Class SplitImpl
An interface for implementing an entity to split on.
Import path
import codeql.ruby.controlflow.internal.ControlFlowGraphImplSharedDirect supertypes
Indirect supertypes
Known direct subtypes
Predicates
| appliesSucc | The |
| appliesTo | Holds if this split applies to control flow element |
| 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 |