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
static int COMMENT
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int DIGRAPH
          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 KEY
          RegularExpression Id.
static int LSQBR
          RegularExpression Id.
static int REAL
          RegularExpression Id.
static int RSQBR
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

EOL

static final int EOL
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

HEXDIGIT

static final int HEXDIGIT
RegularExpression Id.

See Also:
Constant Field Values

LSQBR

static final int LSQBR
RegularExpression Id.

See Also:
Constant Field Values

RSQBR

static final int RSQBR
RegularExpression Id.

See Also:
Constant Field Values

REAL

static final int REAL
RegularExpression Id.

See Also:
Constant Field Values

STRING

static final int STRING
RegularExpression Id.

See Also:
Constant Field Values

GRAPH

static final int GRAPH
RegularExpression Id.

See Also:
Constant Field Values

DIGRAPH

static final int DIGRAPH
RegularExpression Id.

See Also:
Constant Field Values

KEY

static final int KEY
RegularExpression Id.

See Also:
Constant Field Values

COMMENT

static final int COMMENT
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2012. All Rights Reserved.