Class DataFlowNode
A node in the data flow graph.
Either an instruction (Instruction
), a method return (Method
), or a variable (Variable
).
Import path
import semmle.code.cil.DataFlow
Direct supertypes
Known direct subtypes
Predicates
flowsTo | Holds if this node flows to |
getALocalFlowSucc | Holds if this node flows to |
getLocation | Gets the location of this dataflow node. |
getMethod | Gets the method that contains this dataflow node. |
getType | Gets the type of this data flow node. |
toString | Gets a textual representation of this data flow node. |