Class NestedBreakCompletion
Import path
import codeql.ruby.controlflow.internal.Completion
Direct supertypes
Indirect supertypes
Inherited fields
Predicates
getAMatchingSuccessorType | Gets a successor type that matches this completion. |
getAnInnerCompatibleCompletion | Gets a completion that is compatible with the inner completion. |
getInnerCompletion | Gets the inner completion. This is either the inner completion, when the completion is nested, or the completion itself. |
getOuterCompletion | Gets the outer completion. This is either the outer completion, when the completion is nested, or the completion itself. |
Inherited predicates
continuesLoop | Holds if this completion will continue a loop when it is the completion of a loop body. | from Completion |
getNestLevel | Gets the level of this nested completion. | from NestedCompletion |
isValidFor | Holds if this completion is valid for node | from Completion |
toString | Gets a textual representation of this completion. | from NestedCompletion |