Class ConditionalCompletionSplitting::ConditionalCompletionSplittingInput::ConditionalCompletionSplitKind
Import path
import semmle.code.csharp.controlflow.internal.SplittingDirect supertypes
Indirect supertypes
Inherited predicates
| appliesTo | Holds if some split of this kind applies to AST node | from SplitKind |
| getASplit | Gets a split of this kind. | from SplitKind |
| getListOrder | Gets a unique integer representing this split kind. The integer is used to represent sets of splits as ordered lists. | from ConditionalCompletionSplitKind_ |
| getListRank | Gets the rank of this split kind among all the split kinds that apply to AST node | from SplitKind |
| isEnabled | Holds if this split kind is enabled for AST node | from ConditionalCompletionSplitKind_ |
| toString | Gets a textual representation of this split kind. | from ConditionalCompletionSplitKind_ |