List<ParsingContext.AutoCompleteResult> |
AbstractMatcher.getAutoCompleteOptions(MatchingPhase phase)
Retrieves main autoComplete options from lexer config, if any.
|
List<ParsingContext.AutoCompleteResult> |
AbstractMatcherWrapper.getAutoCompleteOptions(MatchingPhase phase) |
List<ParsingContext.AutoCompleteResult> |
Matcher.getAutoCompleteOptions(MatchingPhase phase)
Computes autoComplete options from current partial matches, if any.
|
protected List<ParsingContext.AutoCompleteResult> |
MultipleFixedLexerMatcher.MultipleFixedMatcher.getAutoCompleteSecondaryOptions(MatchingPhase phase) |
protected abstract List<ParsingContext.AutoCompleteResult> |
AbstractMatcher.getAutoCompleteSecondaryOptions(MatchingPhase phase) |
protected List<ParsingContext.AutoCompleteResult> |
AndLexerMatcher.AndMatcher.getAutoCompleteSecondaryOptions(MatchingPhase phase) |
protected List<ParsingContext.AutoCompleteResult> |
OrLexerMatcher.OrMatcher.getAutoCompleteSecondaryOptions(MatchingPhase phase) |
protected List<ParsingContext.AutoCompleteResult> |
RegexLexerMatcher.RegexMatcher.getAutoCompleteSecondaryOptions(MatchingPhase phase) |
protected List<ParsingContext.AutoCompleteResult> |
LexerBlockMatcher.BlockMatcher.getAutoCompleteSecondaryOptions(MatchingPhase phase) |
protected List<ParsingContext.AutoCompleteResult> |
FixedLexerMatcher.FixedMatcher.getAutoCompleteSecondaryOptions(MatchingPhase phase) |
protected List<ParsingContext.AutoCompleteResult> |
AbstractMatcher.handleSecondaryOptions(MatchingPhase phase,
AutoCompleteConfiguration lexerAc,
AutoCompleteConfiguration matcherAc,
List<ParsingContext.AutoCompleteResult> autoCompleteSecondaryOptions)
Updates autoComplete groups of the secondary options with the matcher config, of if none with the lexer config.
|