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
static int COLON
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int DIGRAPH
          RegularExpression Id.
static int EDGE
          RegularExpression Id.
static int EDGE_OP
          RegularExpression Id.
static int EOF
          End of File.
static int EOL
          RegularExpression Id.
static int EQUALS
          RegularExpression Id.
static int GRAPH
          RegularExpression Id.
static int HEXDIGIT
          RegularExpression Id.
static int LBRACE
          RegularExpression Id.
static int LSQBR
          RegularExpression Id.
static int NODE
          RegularExpression Id.
static int RBRACE
          RegularExpression Id.
static int REAL
          RegularExpression Id.
static int RSQBR
          RegularExpression Id.
static int STRICT
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static int SUBGRAPH
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int WORD
          RegularExpression Id.
 

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

LBRACE

static final int LBRACE
RegularExpression Id.

See Also:
Constant Field Values

RBRACE

static final int RBRACE
RegularExpression Id.

See Also:
Constant Field Values

COLON

static final int COLON
RegularExpression Id.

See Also:
Constant Field Values

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

EQUALS

static final int EQUALS
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

SUBGRAPH

static final int SUBGRAPH
RegularExpression Id.

See Also:
Constant Field Values

NODE

static final int NODE
RegularExpression Id.

See Also:
Constant Field Values

EDGE

static final int EDGE
RegularExpression Id.

See Also:
Constant Field Values

STRICT

static final int STRICT
RegularExpression Id.

See Also:
Constant Field Values

EDGE_OP

static final int EDGE_OP
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

WORD

static final int WORD
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.