public interface DIScriptParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
COMMA
RegularExpression Id.
|
static int |
COMMENT
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
EOF
End of File.
|
static int |
EQUALS
RegularExpression Id.
|
static int |
LPAREN
RegularExpression Id.
|
static int |
NAME
RegularExpression Id.
|
static int |
RPAREN
RegularExpression Id.
|
static int |
SEMICOLON
RegularExpression Id.
|
static int |
STRING
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int SEMICOLON
static final int COMMA
static final int LPAREN
static final int RPAREN
static final int EQUALS
static final int NAME
static final int STRING
static final int COMMENT
static final int DEFAULT
static final String[] tokenImage
Copyright © 2014. All rights reserved.