Module signature InputSig
Provides the language-specific input specification.
Import path
import codeql.controlflow.CfgPredicates
| completionIsNormal | Hold if |
| completionIsSimple | Hold if |
| completionIsValidFor | Holds if |
| getAMatchingSuccessorType | Gets a successor type that matches completion |
| getCfgScope | Gets the CFG scope of the AST node |
| idOfAstNode | Gets an |
| idOfCfgScope | Gets an |
| scopeFirst | Holds if |
| scopeLast | Holds if |
| successorTypeIsCondition | Hold if |
Types
| AstNode | An AST node. |
| CfgScope | A CFG scope. Each CFG scope gets its own control flow graph. |
| Completion | A control-flow completion. |
Parameters
| Location | LocationSig |