public interface ParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
AND
RegularExpression Id.
|
static int |
BLOCK_COMMENT
RegularExpression Id.
|
static int |
DECIMAL_LITERAL
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
EOF
End of File.
|
static int |
EXPONENT
RegularExpression Id.
|
static int |
FALSE
RegularExpression Id.
|
static int |
FLOATING_POINT_LITERAL
RegularExpression Id.
|
static int |
HEX_LITERAL
RegularExpression Id.
|
static int |
ID
RegularExpression Id.
|
static int |
LINE_COMMENT
RegularExpression Id.
|
static int |
NULL
RegularExpression Id.
|
static int |
OCTAL_LITERAL
RegularExpression Id.
|
static int |
OR
RegularExpression Id.
|
static int |
STRING_LITERAL
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
TRUE
RegularExpression Id.
|
static int |
VARIABLE
RegularExpression Id.
|
static int |
ZERO
RegularExpression Id.
|
static final int EOF
static final int LINE_COMMENT
static final int BLOCK_COMMENT
static final int AND
static final int OR
static final int TRUE
static final int FALSE
static final int NULL
static final int DECIMAL_LITERAL
static final int ZERO
static final int HEX_LITERAL
static final int OCTAL_LITERAL
static final int FLOATING_POINT_LITERAL
static final int EXPONENT
static final int STRING_LITERAL
static final int ID
static final int VARIABLE
static final int DEFAULT
static final String[] tokenImage
Copyright © 2020 JBoss by Red Hat. All rights reserved.