Class MakeWithSplitting::SplitImpl
An interface for implementing an entity to split on.
Import path
import codeql.controlflow.Cfg
Direct supertypes
Predicates
appliesSucc | Holds if |
appliesTo | Holds if this split applies to AST node |
getKind | Gets the kind of this split. |
hasEntry | Holds if this split is entered when control passes from |
hasEntryScope | Holds if this split is entered when control passes from |
hasExit | Holds if this split is left when control passes from |
hasExitScope | Holds if this split is left when control passes from |
hasSuccessor | Holds if this split is maintained when control passes from |