public interface TLPParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
AUTHOR
RegularExpression Id.
|
static int |
CBRACKET
RegularExpression Id.
|
static int |
CLUSTER
RegularExpression Id.
|
static int |
COMMENTS
RegularExpression Id.
|
static int |
DATE
RegularExpression Id.
|
static int |
DEF
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
EDGE
RegularExpression Id.
|
static int |
EDGES
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EOL
RegularExpression Id.
|
static int |
GRAPH
RegularExpression Id.
|
static int |
HEXDIGIT
RegularExpression Id.
|
static int |
INTEGER
RegularExpression Id.
|
static int |
NODE
RegularExpression Id.
|
static int |
NODES
RegularExpression Id.
|
static int |
OBRACKET
RegularExpression Id.
|
static int |
PROPERTY
RegularExpression Id.
|
static int |
PTYPE
RegularExpression Id.
|
static int |
REAL
RegularExpression Id.
|
static int |
STRING
RegularExpression Id.
|
static int |
TLP
RegularExpression Id.
|
static java.lang.String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int EOL
static final int DIGIT
static final int HEXDIGIT
static final int OBRACKET
static final int CBRACKET
static final int TLP
static final int GRAPH
static final int NODE
static final int NODES
static final int EDGE
static final int EDGES
static final int CLUSTER
static final int AUTHOR
static final int DATE
static final int COMMENTS
static final int PROPERTY
static final int DEF
static final int INTEGER
static final int REAL
static final int STRING
static final int PTYPE
static final int DEFAULT
static final java.lang.String[] tokenImage