sugar4j.lang
Class JavaLang.Keywords

java.lang.Object
  extended by sugar4j.lang.JavaLang.Keywords
Enclosing interface:
JavaLang

public static class JavaLang.Keywords
extends Object

All currently known java keywords.

Author:
krizzdewizz

Constructor Summary
JavaLang.Keywords()
           
 
Method Summary
 Set<String> getAll()
          Returns all keywords as an unmodifiable set.
static JavaLang.Keywords getInstance()
          Returns the singleton instance.
 

Constructor Detail

JavaLang.Keywords

public JavaLang.Keywords()
Method Detail

getInstance

public static JavaLang.Keywords getInstance()
Returns the singleton instance.

Returns:
Keywords

getAll

public Set<String> getAll()
Returns all keywords as an unmodifiable set.

Returns:
Keywords