Class CompleteColumnExpression
java.lang.Object
com.illumon.lang.completion.results.CompletionBuilder
com.illumon.lang.completion.results.CompleteColumnExpression
A class specifically for completing column expression;
to be called after the completer has discovered the a column expression with an = and the cursor is at or after =.
-
Field Summary
Fields inherited from class com.illumon.lang.completion.results.CompletionBuilder
len, start -
Constructor Summary
ConstructorsConstructorDescriptionCompleteColumnExpression(ChunkerCompleter completer, Node node, ChunkerInvoke invoke) -
Method Summary
Modifier and TypeMethodDescriptionvoiddoCompletion(Set<CompletionItem> results, CompletionRequest request, Method method) voiddoCompletion(Set<CompletionItem> results, CompletionRequest request, String colName) Methods inherited from class com.illumon.lang.completion.results.CompletionBuilder
addMatch, addTokens, getCompleter, placeAfter, replaceNode, replaceToken, replaceTokens
-
Constructor Details
-
CompleteColumnExpression
-
-
Method Details
-
doCompletion
-
doCompletion
-