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
static int AUTHOR
          RegularExpression Id.
static int CBRACKET
          RegularExpression Id.
static int CLUSTER
          RegularExpression Id.
static int COMMENTS
          RegularExpression Id.
static int DATE
          RegularExpression Id.
static int DEF
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int EDGE
          RegularExpression Id.
static int EDGES
          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 INTEGER
          RegularExpression Id.
static int NODE
          RegularExpression Id.
static int NODES
          RegularExpression Id.
static int OBRACKET
          RegularExpression Id.
static int PROPERTY
          RegularExpression Id.
static int PTYPE
          RegularExpression Id.
static int REAL
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static int TLP
          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

OBRACKET

static final int OBRACKET
RegularExpression Id.

See Also:
Constant Field Values

CBRACKET

static final int CBRACKET
RegularExpression Id.

See Also:
Constant Field Values

TLP

static final int TLP
RegularExpression Id.

See Also:
Constant Field Values

GRAPH

static final int GRAPH
RegularExpression Id.

See Also:
Constant Field Values

NODE

static final int NODE
RegularExpression Id.

See Also:
Constant Field Values

NODES

static final int NODES
RegularExpression Id.

See Also:
Constant Field Values

EDGE

static final int EDGE
RegularExpression Id.

See Also:
Constant Field Values

EDGES

static final int EDGES
RegularExpression Id.

See Also:
Constant Field Values

CLUSTER

static final int CLUSTER
RegularExpression Id.

See Also:
Constant Field Values

AUTHOR

static final int AUTHOR
RegularExpression Id.

See Also:
Constant Field Values

DATE

static final int DATE
RegularExpression Id.

See Also:
Constant Field Values

COMMENTS

static final int COMMENTS
RegularExpression Id.

See Also:
Constant Field Values

PROPERTY

static final int PROPERTY
RegularExpression Id.

See Also:
Constant Field Values

DEF

static final int DEF
RegularExpression Id.

See Also:
Constant Field Values

INTEGER

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

PTYPE

static final int PTYPE
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 © 2011. All Rights Reserved.