qtil
advanced-security/qtil-csharp 0.0.3
Search

Class ConditionalCompletionSplitting::ConditionalCompletionSplittingInput::ConditionalCompletionSplitKind

Import path

import semmle.code.csharp.controlflow.internal.Splitting

Direct supertypes

Indirect supertypes

Inherited predicates

appliesTo

Holds if some split of this kind applies to AST node n.

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 n. The rank is based on the order defined by getListOrder().

from SplitKind
isEnabled

Holds if this split kind is enabled for AST node n. For performance reasons, the number of splits is restricted by the maxSplits() predicate.

from ConditionalCompletionSplitKind_
toString

Gets a textual representation of this split kind.

from ConditionalCompletionSplitKind_