Module DataFlowPublic
Import path
import codeql.actions.dataflow.internal.DataFlowPublicPredicates
| exprNode | Gets the node corresponding to |
| hasLocalFlow | |
| hasLocalFlowExpr |
Classes
| ArgumentNode | An argument to a Uses step (call). |
| CallNode | A call to a data flow callable (Uses). |
| Content | A reference contained in an object. Examples include instance fields, the contents of a collection object, the contents of an array or pointer. |
| ContentSet | An entity that represents a set of |
| ExprNode | Any Ast Expression. UsesExpr, RunExpr, ArgumentExpr, VarAccessExpr, … |
| FieldContent | A field of an object, for example an instance variable. |
| Node | |
| ParameterNode | Reusable workflow input nodes |
| ReturnNode | Reusable workflow output nodes |