Package org.extendj.neobeaver
Interface Parser.Tokens
-
- Enclosing class:
- Parser
public static interface Parser.Tokens
-
-
Field Summary
Fields Modifier and Type Field Description static intASTERISKstatic intATstatic intCLASSstatic intCODE_ENDstatic intCODE_STARTstatic intCOLONEQstatic intCOMMAstatic intDOTstatic intEMBEDstatic intEOFstatic intEQstatic intGOALstatic intHEADERstatic intIDstatic intJAVA_CODEstatic intLEFTstatic intNONASSOCstatic intORstatic intPACKAGEstatic intPLUSstatic intQUESTIONstatic intRIGHTstatic intSEMICOLONstatic intSTRINGstatic intTERMINALSstatic intTYPEOF
-
-
-
Field Detail
-
HEADER
static final int HEADER
- See Also:
- Constant Field Values
-
STRING
static final int STRING
- See Also:
- Constant Field Values
-
ASTERISK
static final int ASTERISK
- See Also:
- Constant Field Values
-
TERMINALS
static final int TERMINALS
- See Also:
- Constant Field Values
-
AT
static final int AT
- See Also:
- Constant Field Values
-
PACKAGE
static final int PACKAGE
- See Also:
- Constant Field Values
-
GOAL
static final int GOAL
- See Also:
- Constant Field Values
-
DOT
static final int DOT
- See Also:
- Constant Field Values
-
QUESTION
static final int QUESTION
- See Also:
- Constant Field Values
-
ID
static final int ID
- See Also:
- Constant Field Values
-
RIGHT
static final int RIGHT
- See Also:
- Constant Field Values
-
TYPEOF
static final int TYPEOF
- See Also:
- Constant Field Values
-
CLASS
static final int CLASS
- See Also:
- Constant Field Values
-
EMBED
static final int EMBED
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
JAVA_CODE
static final int JAVA_CODE
- See Also:
- Constant Field Values
-
CODE_END
static final int CODE_END
- See Also:
- Constant Field Values
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
LEFT
static final int LEFT
- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
-
EQ
static final int EQ
- See Also:
- Constant Field Values
-
OR
static final int OR
- See Also:
- Constant Field Values
-
NONASSOC
static final int NONASSOC
- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
- See Also:
- Constant Field Values
-
CODE_START
static final int CODE_START
- See Also:
- Constant Field Values
-
COLONEQ
static final int COLONEQ
- See Also:
- Constant Field Values
-
-