Module signature InputSig
Provides the language-specific input specification.
Import path
import codeql.controlflow.BasicBlock
Predicates
nodeGetASuccessor | Gets an immediate successor of this node. |
nodeGetCfgScope | Gets the CFG scope in which this node occurs. |
nodeIsDominanceEntry | Holds if |
nodeIsPostDominanceExit | Holds if |
successorTypeIsCondition | Hold if |
Types
CfgScope | A delineated part of the AST with its own CFG. |
Node | The class of control flow nodes. |
SuccessorType |
Parameters
Location | LocationSig |