Module Completion
Provides classes and predicates for representing completions.
Import path
import semmle.code.java.Completion
Imports
java |
Provides all default Java QL imports. |
Predicates
anonymousBreakCompletion |
Gets the completion |
anonymousContinueCompletion |
Gets the completion |
basicBooleanCompletion |
Gets the completion |
labelledBreakCompletion |
Gets the completion |
labelledContinueCompletion |
Gets the completion |
Classes
NormalOrBooleanCompletion |
A completion that is either a |
Datatypes
Completion |
A completion of a statement or an expression. |
Label |
A label of a |
MaybeLabel |
Either a |