Package org.graphstream.stream.file.dot
Interface DOTParserConstants
- All Known Implementing Classes:
DOTParser,DOTParserTokenManager
public interface DOTParserConstants
Token literal values and constants. Generated by
org.javacc.parser.OtherFilesGen#start()
-
Field Summary
Fields Modifier and Type Field Description static intCOLONRegularExpression Id.static intCOMMARegularExpression Id.static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intDIGRAPHRegularExpression Id.static intEDGERegularExpression Id.static intEDGE_OPRegularExpression Id.static intEOFEnd of File.static intEOLRegularExpression Id.static intEQUALSRegularExpression Id.static intGRAPHRegularExpression Id.static intHEXDIGITRegularExpression Id.static intLBRACERegularExpression Id.static intLSQBRRegularExpression Id.static intNODERegularExpression Id.static intRBRACERegularExpression Id.static intREALRegularExpression Id.static intRSQBRRegularExpression Id.static intSTRICTRegularExpression Id.static intSTRINGRegularExpression Id.static intSUBGRAPHRegularExpression Id.static String[]tokenImageLiteral token values.static intWORDRegularExpression Id.
-
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
-
LSQBR
static final int LSQBRRegularExpression Id.- See Also:
- Constant Field Values
-
RSQBR
static final int RSQBRRegularExpression Id.- See Also:
- Constant Field Values
-
LBRACE
static final int LBRACERegularExpression Id.- See Also:
- Constant Field Values
-
RBRACE
static final int RBRACERegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLONRegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMARegularExpression Id.- See Also:
- Constant Field Values
-
EQUALS
static final int EQUALSRegularExpression Id.- See Also:
- Constant Field Values
-
GRAPH
static final int GRAPHRegularExpression Id.- See Also:
- Constant Field Values
-
DIGRAPH
static final int DIGRAPHRegularExpression Id.- See Also:
- Constant Field Values
-
SUBGRAPH
static final int SUBGRAPHRegularExpression Id.- See Also:
- Constant Field Values
-
NODE
static final int NODERegularExpression Id.- See Also:
- Constant Field Values
-
EDGE
static final int EDGERegularExpression Id.- See Also:
- Constant Field Values
-
STRICT
static final int STRICTRegularExpression Id.- See Also:
- Constant Field Values
-
EDGE_OP
static final int EDGE_OPRegularExpression 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
-
WORD
static final int WORDRegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULTLexical state.- See Also:
- Constant Field Values
-
tokenImage
Literal token values.
-