Class DataFlow::DataFlow::Internal::ExplicitParameterNode
The value of an explicit parameter at function entry, viewed as a node in a data flow graph.
Direct supertypes
Fields
Predicates
getEnclosingCallable | Gets the enclosing callable of this node. |
getLocation | Gets the location of this node. |
getParameter | Gets the parameter corresponding to this node, if any. |
getType | Gets the type of this node. |
toString | Gets a textual representation of this node. |
Inherited predicates
asExpr | Gets the expression corresponding to this node, if any. | from Node |
asParameter | Gets the parameter corresponding to this node, if any. | from Node |