public interface ParserConstants
修飾子とタイプ | フィールドと説明 |
---|---|
static int |
CHAR_WITHOUT_DQUOT
RegularExpression Id.
|
static int |
CHAR_WITHOUT_QUOT
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
DOCTYPE
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
HEXDIGIT
RegularExpression Id.
|
static int |
HEXINT
RegularExpression Id.
|
static int |
HEXNUM
RegularExpression Id.
|
static int |
IN_COMMENT
Lexical state.
|
static int |
INT
RegularExpression Id.
|
static int |
LCLETTER
RegularExpression Id.
|
static int |
LINE_TERMINATOR
RegularExpression Id.
|
static int |
PCDATA
RegularExpression Id.
|
static int |
STRING
RegularExpression Id.
|
static java.lang.String[] |
tokenImage
Literal token values.
|
static int |
WHITE_SPACE
RegularExpression Id.
|
static int |
WORD
RegularExpression Id.
|
static int |
WS
RegularExpression Id.
|
static final int EOF
static final int WHITE_SPACE
static final int LINE_TERMINATOR
static final int STRING
static final int CHAR_WITHOUT_QUOT
static final int CHAR_WITHOUT_DQUOT
static final int WORD
static final int HEXNUM
static final int INT
static final int HEXINT
static final int DIGIT
static final int HEXDIGIT
static final int LCLETTER
static final int WS
static final int DOCTYPE
static final int PCDATA
static final int DEFAULT
static final int IN_COMMENT
static final java.lang.String[] tokenImage