Groovy 2.2.0

org.codehaus.groovy.tools.shell.completion
[Groovy] Class KeywordSyntaxCompletor

java.lang.Object
  org.codehaus.groovy.tools.shell.completion.KeywordSyntaxCompletor
All Implemented Interfaces:
IdentifierCompletor

class KeywordSyntaxCompletor

Completor completing variable and method names from known variables in the shell


Property Summary
String[] KEYWORDS

String[] SPECIAL_FUNCTIONS

String[] VALUE_KEYWORDS

 
Method Summary
boolean complete(List tokens, List candidates)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

KEYWORDS

final String[] KEYWORDS


SPECIAL_FUNCTIONS

final String[] SPECIAL_FUNCTIONS


VALUE_KEYWORDS

final String[] VALUE_KEYWORDS


 
Method Detail

complete

@Override
boolean complete(List tokens, List candidates)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.