Package jflex.core
Interface sym
-
public interface symCUP generated interface containing symbol constants.
-
-
Field Summary
Fields Modifier and Type Field Description static intACTIONstatic intBANGstatic intBARstatic intCCLASSstatic intCCLASSNOTstatic intCCLASSOPstatic intCHARstatic intCHAR_Istatic intCLOSEBRACKETstatic intCLOSECLASSstatic intCOMMAstatic intCONCATstatic intDASHstatic intDELIMITERstatic intDIFFERENCEstatic intDIGITCLASSstatic intDIGITCLASSNOTstatic intDOLLARstatic intEOFstatic intEOFRULEstatic intEQUALSstatic interrorstatic intHATstatic intIDENTstatic intINTERSECTIONstatic intJLETTERCLASSstatic intJLETTERDIGITCLASSstatic intLBRACEstatic intLESSTHANstatic intLETTERCLASSstatic intLOOKAHEADstatic intLOWERCLASSstatic intMACROUSEstatic intMORETHANstatic intNEWLINEstatic intNOACTIONstatic intOPENBRACKETstatic intOPENCLASSstatic intPLUSstatic intPOINTstatic intPRECLASSstatic intPRIMCLASSstatic intQUESTIONstatic intRBRACEstatic intREGEXPENDstatic intREPEATstatic intSTARstatic intSTRINGstatic intSTRING_Istatic intSYMMETRICDIFFERENCEstatic java.lang.String[]terminalNamesstatic intTILDEstatic intUNIONstatic intUNIPROPCCLASSstatic intUNIPROPCCLASSNOTstatic intUPPERCLASSstatic intUSERCODEstatic intWHITESPACECLASSstatic intWHITESPACECLASSNOTstatic intWORDCLASSstatic intWORDCLASSNOT
-
-
-
Field Detail
-
WORDCLASSNOT
static final int WORDCLASSNOT
- See Also:
- Constant Field Values
-
DELIMITER
static final int DELIMITER
- See Also:
- Constant Field Values
-
EOFRULE
static final int EOFRULE
- See Also:
- Constant Field Values
-
STRING_I
static final int STRING_I
- See Also:
- Constant Field Values
-
CHAR
static final int CHAR
- See Also:
- Constant Field Values
-
CONCAT
static final int CONCAT
- See Also:
- Constant Field Values
-
MACROUSE
static final int MACROUSE
- See Also:
- Constant Field Values
-
LOWERCLASS
static final int LOWERCLASS
- See Also:
- Constant Field Values
-
EQUALS
static final int EQUALS
- See Also:
- Constant Field Values
-
CCLASSNOT
static final int CCLASSNOT
- See Also:
- Constant Field Values
-
UNIPROPCCLASSNOT
static final int UNIPROPCCLASSNOT
- See Also:
- Constant Field Values
-
REPEAT
static final int REPEAT
- See Also:
- Constant Field Values
-
TILDE
static final int TILDE
- See Also:
- Constant Field Values
-
CHAR_I
static final int CHAR_I
- See Also:
- Constant Field Values
-
STAR
static final int STAR
- See Also:
- Constant Field Values
-
BAR
static final int BAR
- See Also:
- Constant Field Values
-
LOOKAHEAD
static final int LOOKAHEAD
- See Also:
- Constant Field Values
-
WHITESPACECLASSNOT
static final int WHITESPACECLASSNOT
- See Also:
- Constant Field Values
-
UNIPROPCCLASS
static final int UNIPROPCCLASS
- See Also:
- Constant Field Values
-
LESSTHAN
static final int LESSTHAN
- See Also:
- Constant Field Values
-
BANG
static final int BANG
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
JLETTERDIGITCLASS
static final int JLETTERDIGITCLASS
- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
- See Also:
- Constant Field Values
-
PRECLASS
static final int PRECLASS
- See Also:
- Constant Field Values
-
USERCODE
static final int USERCODE
- See Also:
- Constant Field Values
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
error
static final int error
- See Also:
- Constant Field Values
-
DASH
static final int DASH
- See Also:
- Constant Field Values
-
CLOSEBRACKET
static final int CLOSEBRACKET
- See Also:
- Constant Field Values
-
NEWLINE
static final int NEWLINE
- See Also:
- Constant Field Values
-
INTERSECTION
static final int INTERSECTION
- See Also:
- Constant Field Values
-
DIGITCLASSNOT
static final int DIGITCLASSNOT
- See Also:
- Constant Field Values
-
HAT
static final int HAT
- See Also:
- Constant Field Values
-
IDENT
static final int IDENT
- See Also:
- Constant Field Values
-
JLETTERCLASS
static final int JLETTERCLASS
- See Also:
- Constant Field Values
-
ACTION
static final int ACTION
- See Also:
- Constant Field Values
-
CLOSECLASS
static final int CLOSECLASS
- See Also:
- Constant Field Values
-
CCLASSOP
static final int CCLASSOP
- See Also:
- Constant Field Values
-
DIGITCLASS
static final int DIGITCLASS
- See Also:
- Constant Field Values
-
UNION
static final int UNION
- See Also:
- Constant Field Values
-
LBRACE
static final int LBRACE
- See Also:
- Constant Field Values
-
REGEXPEND
static final int REGEXPEND
- See Also:
- Constant Field Values
-
OPENCLASS
static final int OPENCLASS
- See Also:
- Constant Field Values
-
OPENBRACKET
static final int OPENBRACKET
- See Also:
- Constant Field Values
-
POINT
static final int POINT
- See Also:
- Constant Field Values
-
DIFFERENCE
static final int DIFFERENCE
- See Also:
- Constant Field Values
-
LETTERCLASS
static final int LETTERCLASS
- See Also:
- Constant Field Values
-
MORETHAN
static final int MORETHAN
- See Also:
- Constant Field Values
-
DOLLAR
static final int DOLLAR
- See Also:
- Constant Field Values
-
PRIMCLASS
static final int PRIMCLASS
- See Also:
- Constant Field Values
-
RBRACE
static final int RBRACE
- See Also:
- Constant Field Values
-
WHITESPACECLASS
static final int WHITESPACECLASS
- See Also:
- Constant Field Values
-
STRING
static final int STRING
- See Also:
- Constant Field Values
-
QUESTION
static final int QUESTION
- See Also:
- Constant Field Values
-
UPPERCLASS
static final int UPPERCLASS
- See Also:
- Constant Field Values
-
SYMMETRICDIFFERENCE
static final int SYMMETRICDIFFERENCE
- See Also:
- Constant Field Values
-
WORDCLASS
static final int WORDCLASS
- See Also:
- Constant Field Values
-
NOACTION
static final int NOACTION
- See Also:
- Constant Field Values
-
CCLASS
static final int CCLASS
- See Also:
- Constant Field Values
-
terminalNames
static final java.lang.String[] terminalNames
-
-