[Groovy] Class VariableSyntaxCompleter
- org.apache.groovy.groovysh.completion.VariableSyntaxCompleter
- All Implemented Interfaces and Traits:
- IdentifierCompleter
@Deprecated class VariableSyntaxCompleter extends Object implements IdentifierCompleter
Completer completing variable and method names from known variables in the shell
Properties Summary
Type | Name and description |
---|---|
Groovysh |
shell |
Constructor Summary
Constructor and description |
---|
VariableSyntaxCompleter
(Groovysh shell) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
boolean |
complete(List<GroovySourceToken> tokens, List<CharSequence> candidates) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail
final Groovysh shell
Constructor Detail
VariableSyntaxCompleter(Groovysh shell)
Method Detail
@Override boolean complete(List<GroovySourceToken> tokens, List<CharSequence> candidates)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/groovysh/completion/VariableSyntaxCompleter.html