Package org.graphstream.stream.file.tlp
Interface TLPParserConstants
- All Known Implementing Classes:
TLPParser,TLPParserTokenManager
public interface TLPParserConstants
Token literal values and constants. Generated by
org.javacc.parser.OtherFilesGen#start()
-
Field Summary
Fields Modifier and Type Field Description static intAUTHORRegularExpression Id.static intCBRACKETRegularExpression Id.static intCLUSTERRegularExpression Id.static intCOMMENTSRegularExpression Id.static intDATERegularExpression Id.static intDEFRegularExpression Id.static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intEDGERegularExpression Id.static intEDGESRegularExpression Id.static intEOFEnd of File.static intEOLRegularExpression Id.static intGRAPHRegularExpression Id.static intHEXDIGITRegularExpression Id.static intINTEGERRegularExpression Id.static intNODERegularExpression Id.static intNODESRegularExpression Id.static intOBRACKETRegularExpression Id.static intPROPERTYRegularExpression Id.static intPTYPERegularExpression Id.static intREALRegularExpression Id.static intSTRINGRegularExpression Id.static intTLPRegularExpression Id.static String[]tokenImageLiteral token values.
-
Field Details
-
EOF
static final int EOFEnd of File.- See Also:
- Constant Field Values
-
EOL
static final int EOLRegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGITRegularExpression Id.- See Also:
- Constant Field Values
-
HEXDIGIT
static final int HEXDIGITRegularExpression Id.- See Also:
- Constant Field Values
-
OBRACKET
static final int OBRACKETRegularExpression Id.- See Also:
- Constant Field Values
-
CBRACKET
static final int CBRACKETRegularExpression Id.- See Also:
- Constant Field Values
-
TLP
static final int TLPRegularExpression Id.- See Also:
- Constant Field Values
-
GRAPH
static final int GRAPHRegularExpression Id.- See Also:
- Constant Field Values
-
NODE
static final int NODERegularExpression Id.- See Also:
- Constant Field Values
-
NODES
static final int NODESRegularExpression Id.- See Also:
- Constant Field Values
-
EDGE
static final int EDGERegularExpression Id.- See Also:
- Constant Field Values
-
EDGES
static final int EDGESRegularExpression Id.- See Also:
- Constant Field Values
-
CLUSTER
static final int CLUSTERRegularExpression Id.- See Also:
- Constant Field Values
-
AUTHOR
static final int AUTHORRegularExpression Id.- See Also:
- Constant Field Values
-
DATE
static final int DATERegularExpression Id.- See Also:
- Constant Field Values
-
COMMENTS
static final int COMMENTSRegularExpression Id.- See Also:
- Constant Field Values
-
PROPERTY
static final int PROPERTYRegularExpression Id.- See Also:
- Constant Field Values
-
DEF
static final int DEFRegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGERRegularExpression Id.- See Also:
- Constant Field Values
-
REAL
static final int REALRegularExpression Id.- See Also:
- Constant Field Values
-
STRING
static final int STRINGRegularExpression Id.- See Also:
- Constant Field Values
-
PTYPE
static final int PTYPERegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULTLexical state.- See Also:
- Constant Field Values
-
tokenImage
Literal token values.
-