Package org.graphstream.stream.file.gml
Interface GMLParserConstants
- All Known Implementing Classes:
GMLParser,GMLParserTokenManager
public interface GMLParserConstants
Token literal values and constants. Generated by
org.javacc.parser.OtherFilesGen#start()
-
Field Summary
Fields Modifier and Type Field Description static intCOMMENTRegularExpression Id.static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intDIGRAPHRegularExpression Id.static intEOFEnd of File.static intEOLRegularExpression Id.static intGRAPHRegularExpression Id.static intHEXDIGITRegularExpression Id.static intKEYRegularExpression Id.static intLSQBRRegularExpression Id.static intREALRegularExpression Id.static intRSQBRRegularExpression Id.static intSTRINGRegularExpression 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
-
LSQBR
static final int LSQBRRegularExpression Id.- See Also:
- Constant Field Values
-
RSQBR
static final int RSQBRRegularExpression 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
-
GRAPH
static final int GRAPHRegularExpression Id.- See Also:
- Constant Field Values
-
DIGRAPH
static final int DIGRAPHRegularExpression Id.- See Also:
- Constant Field Values
-
KEY
static final int KEYRegularExpression Id.- See Also:
- Constant Field Values
-
COMMENT
static final int COMMENTRegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULTLexical state.- See Also:
- Constant Field Values
-
tokenImage
Literal token values.
-