src/codegenlib/java/keywords

Search:
Group by:
Source   Edit  

Consts

CLASS_DECL = "class"
Source   Edit  
CLOSE_BRKT = "}"
Source   Edit  
CLOSE_PAREN = ")"
Source   Edit  
COMMA = ", "
Source   Edit  
DOT = "."
Source   Edit  
EQUALS = " = "
Source   Edit  
EXTENDS_KW = "extends"
Source   Edit  
FINAL = "final"
Source   Edit  
IMPLEMENTS_KW = "implements"
Source   Edit  
IMPORT_STMT = "import"
Source   Edit  
INDENT = "    "
Source   Edit  
NEW = "new"
Source   Edit  
NEWLINE = "\n"
Source   Edit  
OPEN_BRKT = "{"
Source   Edit  
OPEN_PAREN = "("
Source   Edit  
PKG_STMT = "package"
Source   Edit  
PRIVATE = "private"
Source   Edit  
PUBLIC = "public"
Source   Edit  
SEMICOLON = ";"
Source   Edit  
SPACE = " "
Source   Edit  
STATIC = "static"
Source   Edit