public interface DOTParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
COLON
RegularExpression Id.
|
static int |
COMMA
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
DIGRAPH
RegularExpression Id.
|
static int |
EDGE
RegularExpression Id.
|
static int |
EDGE_OP
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EOL
RegularExpression Id.
|
static int |
EQUALS
RegularExpression Id.
|
static int |
GRAPH
RegularExpression Id.
|
static int |
HEXDIGIT
RegularExpression Id.
|
static int |
LBRACE
RegularExpression Id.
|
static int |
LSQBR
RegularExpression Id.
|
static int |
NODE
RegularExpression Id.
|
static int |
RBRACE
RegularExpression Id.
|
static int |
REAL
RegularExpression Id.
|
static int |
RSQBR
RegularExpression Id.
|
static int |
STRICT
RegularExpression Id.
|
static int |
STRING
RegularExpression Id.
|
static int |
SUBGRAPH
RegularExpression Id.
|
static java.lang.String[] |
tokenImage
Literal token values.
|
static int |
WORD
RegularExpression Id.
|
static final int EOF
static final int EOL
static final int DIGIT
static final int HEXDIGIT
static final int LSQBR
static final int RSQBR
static final int LBRACE
static final int RBRACE
static final int COLON
static final int COMMA
static final int EQUALS
static final int GRAPH
static final int DIGRAPH
static final int SUBGRAPH
static final int NODE
static final int EDGE
static final int STRICT
static final int EDGE_OP
static final int REAL
static final int STRING
static final int WORD
static final int DEFAULT
static final java.lang.String[] tokenImage