Package jflex.core
Interface sym
-
- All Known Implementing Classes:
LexScan
public interface sym
CUP generated interface containing symbol constants.
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACTION
static int
BANG
static int
BAR
static int
CCLASS
static int
CCLASSNOT
static int
CCLASSOP
static int
CHAR
static int
CHAR_I
static int
CLOSEBRACKET
static int
CLOSECLASS
static int
COMMA
static int
CONCAT
static int
DASH
static int
DELIMITER
static int
DIFFERENCE
static int
DIGITCLASS
static int
DIGITCLASSNOT
static int
DOLLAR
static int
EOF
static int
EOFRULE
static int
EQUALS
static int
error
static int
HAT
static int
IDENT
static int
INTERSECTION
static int
JLETTERCLASS
static int
JLETTERDIGITCLASS
static int
LBRACE
static int
LESSTHAN
static int
LETTERCLASS
static int
LOOKAHEAD
static int
LOWERCLASS
static int
MACROUSE
static int
MORETHAN
static int
NEWLINE
static int
NOACTION
static int
OPENBRACKET
static int
OPENCLASS
static int
PLUS
static int
POINT
static int
PRIMCLASS
static int
QUESTION
static int
RBRACE
static int
REGEXPEND
static int
REPEAT
static int
STAR
static int
STRING
static int
STRING_I
static int
SYMMETRICDIFFERENCE
static String[]
terminalNames
static int
TILDE
static int
UNION
static int
UNIPROPCCLASS
static int
UNIPROPCCLASSNOT
static int
UPPERCLASS
static int
USERCODE
static int
WHITESPACECLASS
static int
WHITESPACECLASSNOT
static int
WORDCLASS
static int
WORDCLASSNOT
-
-
-
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
-
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 String[] terminalNames
-
-