Class Public::SsaParameterNode
A representation of a parameter initialization, defined in source via an SSA node.
Import path
import semmle.go.dataflow.internal.DataFlowNodesDirect supertypes
Known direct subtypes
Predicates
| asParameter | Gets the parameter this node initializes. |
| isParameterOf | Holds if this node initializes the |
Inherited predicates
| asExpr | Gets the expression corresponding to this node, if any. | from Node |
| asInstruction | Gets the IR instruction corresponding to this node, if any. | from Node |
| getAPredecessor | Gets a data-flow node from which data may flow to this node in one (intra-procedural) step. | from Node |
| getASuccessor | Gets a data-flow node to which data may flow from this node in one (intra-procedural) step. | from Node |
| getAUse | Gets a use of this SSA variable. | from SsaNode |
| getBasicBlock | Gets the basic block to which this data-flow node belongs, if any. | from Node |
| getBoolValue | Gets the Boolean value this data-flow node contains, if any. | from Node |
| getCallable | Gets the callable that this parameter belongs to. | from ParameterNode |
| getDefinition | Gets the unique definition of this SSA variable. | from SsaNode |
| getEnclosingCallable | INTERNAL: Use | from Node |
| getEndColumn | Gets the end column of the location of this node. | from Node |
| getEndLine | Gets the end line of the location of this node. | from Node |
| getExactValue | Gets the string representation of the exact value this data-flow node contains, if any. | from Node |
| getFile | Gets the file in which this node appears. | from Node |
| getFloatValue | Gets the floating-point value this data-flow node contains, if any. | from Node |
| getInit | Gets the node whose value is stored in this SSA variable, if any. | from SsaNode |
| getIntValue | Gets the integer value this data-flow node contains, if any. | from Node |
| getLocation | Gets the location of this node. | from SsaNode |
| getNodeKind | Gets a textual representation of the kind of this data-flow node. | from SsaNode |
| getNumericValue | Gets either | from Node |
| getPosition | Gets this parameter’s position. | from ParameterNode |
| getRoot | Gets the function to which this node belongs. | from SsaNode |
| getSourceVariable | Gets the program variable corresponding to this SSA variable. | from SsaNode |
| getStartColumn | Gets the start column of the location of this node. | from Node |
| getStartLine | Gets the start line of the location of this node. | from Node |
| getStringValue | Gets the string value this data-flow node contains, if any. | from Node |
| getType | Gets the type of this node. | from SsaNode |
| getTypeBound | Gets an upper bound on the type of this node. | from Node |
| hasComplexValue | Holds if the complex value this data-flow node contains has real part | from Node |
| hasLocationInfo | DEPRECATED: Use | from Node |
| isConst | Holds if the value of this data-flow node is known at compile time. | from Node |
| isPlatformIndependentConstant | Holds if the result of this instruction is known at compile time, and is guaranteed not to depend on the platform where it is evaluated. | from Node |
| toString | Gets a textual representation of this element. | from SsaNode |