org.jcon.persistance
Interface TOFTokenTypes
- All Known Implementing Classes:
- TOFLexer, TOFParser
public interface TOFTokenTypes
EOF
static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
LITERAL_null
static final int LITERAL_null
- See Also:
- Constant Field Values
LITERAL_true
static final int LITERAL_true
- See Also:
- Constant Field Values
LITERAL_false
static final int LITERAL_false
- See Also:
- Constant Field Values
HASH
static final int HASH
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
AT
static final int AT
- See Also:
- Constant Field Values
NUM_FLOAT
static final int NUM_FLOAT
- See Also:
- Constant Field Values
NUM_INT
static final int NUM_INT
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
CHAR_LITERAL
static final int CHAR_LITERAL
- See Also:
- Constant Field Values
CLASSNAME
static final int CLASSNAME
- See Also:
- Constant Field Values
LITERAL_import
static final int LITERAL_import
- See Also:
- Constant Field Values
LITERAL_importText
static final int LITERAL_importText
- See Also:
- Constant Field Values
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
LBRACK
static final int LBRACK
- See Also:
- Constant Field Values
RBRACK
static final int RBRACK
- See Also:
- Constant Field Values
LCURLY
static final int LCURLY
- See Also:
- Constant Field Values
ASSIGN
static final int ASSIGN
- See Also:
- Constant Field Values
RCURLY
static final int RCURLY
- See Also:
- Constant Field Values
LITERAL_new
static final int LITERAL_new
- See Also:
- Constant Field Values
SEMI
static final int SEMI
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
WS
static final int WS
- See Also:
- Constant Field Values
SL_COMMENT
static final int SL_COMMENT
- See Also:
- Constant Field Values
ML_COMMENT
static final int ML_COMMENT
- See Also:
- Constant Field Values
ESC_RAW
static final int ESC_RAW
- See Also:
- Constant Field Values
ESC
static final int ESC
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
IDENT_FIRST
static final int IDENT_FIRST
- See Also:
- Constant Field Values
IDENT_REST
static final int IDENT_REST
- See Also:
- Constant Field Values