public interface CGIFParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
ATSIGN
RegularExpression Id.
|
static int |
BAR
RegularExpression Id.
|
static int |
CHARACTER_LITERAL
RegularExpression Id.
|
static int |
COLL
RegularExpression Id.
|
static int |
COLON
RegularExpression Id.
|
static int |
COMMA
RegularExpression Id.
|
static int |
DECIMAL_LITERAL
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DIST
RegularExpression Id.
|
static int |
DOUBLEQUOTE
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EXPONENT
RegularExpression Id.
|
static int |
FLOATING_POINT_LITERAL
RegularExpression Id.
|
static int |
FORALL
RegularExpression Id.
|
static int |
GREATERTHAN
RegularExpression Id.
|
static int |
HEX_LITERAL
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
IN_MULTI_LINE_COMMENT
Lexical state.
|
static int |
INTEGER_LITERAL
RegularExpression Id.
|
static int |
LBRACE
RegularExpression Id.
|
static int |
LBRACKET
RegularExpression Id.
|
static int |
LESSTHAN
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
LPAREN
RegularExpression Id.
|
static int |
MULTI_LINE_COMMENT
RegularExpression Id.
|
static int |
OCTAL_LITERAL
RegularExpression Id.
|
static int |
PART_LETTER
RegularExpression Id.
|
static int |
POUNDSIGN
RegularExpression Id.
|
static int |
QUESTIONMARK
RegularExpression Id.
|
static int |
QUOTED_STRING
RegularExpression Id.
|
static int |
RBRACE
RegularExpression Id.
|
static int |
RBRACKET
RegularExpression Id.
|
static int |
RPAREN
RegularExpression Id.
|
static int |
STAR
RegularExpression Id.
|
static int |
SUBTYPE
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
TYPE
RegularExpression Id.
|
static final int EOF
static final int MULTI_LINE_COMMENT
static final int LBRACE
static final int RBRACE
static final int LPAREN
static final int RPAREN
static final int LBRACKET
static final int RBRACKET
static final int COLON
static final int QUESTIONMARK
static final int STAR
static final int COMMA
static final int ATSIGN
static final int POUNDSIGN
static final int LESSTHAN
static final int GREATERTHAN
static final int BAR
static final int DOUBLEQUOTE
static final int TYPE
static final int SUBTYPE
static final int FORALL
static final int DIST
static final int COLL
static final int INTEGER_LITERAL
static final int DECIMAL_LITERAL
static final int HEX_LITERAL
static final int OCTAL_LITERAL
static final int FLOATING_POINT_LITERAL
static final int EXPONENT
static final int QUOTED_STRING
static final int CHARACTER_LITERAL
static final int IDENTIFIER
static final int LETTER
static final int PART_LETTER
static final int DEFAULT
static final int IN_MULTI_LINE_COMMENT
static final String[] tokenImage