org.graphstream.stream.file.pajek
Interface PajekParserConstants

All Known Implementing Classes:
PajekParser, PajekParserTokenManager

public interface PajekParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int A
          RegularExpression Id.
static int A1
          RegularExpression Id.
static int A2
          RegularExpression Id.
static int AP
          RegularExpression Id.
static int ARCS
          RegularExpression Id.
static int ARCSLIST
          RegularExpression Id.
static int B
          RegularExpression Id.
static int BC
          RegularExpression Id.
static int BOX
          RegularExpression Id.
static int BW
          RegularExpression Id.
static int C
          RegularExpression Id.
static int COMMENT
          RegularExpression Id.
static int CROSS
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIAMOND
          RegularExpression Id.
static int DIGIT
          RegularExpression Id.
static int EDGES
          RegularExpression Id.
static int EDGESLIST
          RegularExpression Id.
static int ELLIPSE
          RegularExpression Id.
static int EMPTY
          RegularExpression Id.
static int EOF
          End of File.
static int EOL
          RegularExpression Id.
static int FONT
          RegularExpression Id.
static int FOS
          RegularExpression Id.
static int H1
          RegularExpression Id.
static int H2
          RegularExpression Id.
static int HEXDIGIT
          RegularExpression Id.
static int IC
          RegularExpression Id.
static int INT
          RegularExpression Id.
static int K1
          RegularExpression Id.
static int K2
          RegularExpression Id.
static int KEY
          RegularExpression Id.
static int L
          RegularExpression Id.
static int LA
          RegularExpression Id.
static int LC
          RegularExpression Id.
static int LP
          RegularExpression Id.
static int LPHI
          RegularExpression Id.
static int LR
          RegularExpression Id.
static int MATRIX
          RegularExpression Id.
static int NETWORK
          RegularExpression Id.
static int P
          RegularExpression Id.
static int PHI
          RegularExpression Id.
static int Q
          RegularExpression Id.
static int R
          RegularExpression Id.
static int REAL
          RegularExpression Id.
static int S
          RegularExpression Id.
static int SIZE
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int TRIANGLE
          RegularExpression Id.
static int VERTICES
          RegularExpression Id.
static int W
          RegularExpression Id.
static int XFACT
          RegularExpression Id.
static int YFACT
          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

INT

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

NETWORK

static final int NETWORK
RegularExpression Id.

See Also:
Constant Field Values

VERTICES

static final int VERTICES
RegularExpression Id.

See Also:
Constant Field Values

ARCS

static final int ARCS
RegularExpression Id.

See Also:
Constant Field Values

EDGES

static final int EDGES
RegularExpression Id.

See Also:
Constant Field Values

EDGESLIST

static final int EDGESLIST
RegularExpression Id.

See Also:
Constant Field Values

ARCSLIST

static final int ARCSLIST
RegularExpression Id.

See Also:
Constant Field Values

MATRIX

static final int MATRIX
RegularExpression Id.

See Also:
Constant Field Values

COMMENT

static final int COMMENT
RegularExpression Id.

See Also:
Constant Field Values

ELLIPSE

static final int ELLIPSE
RegularExpression Id.

See Also:
Constant Field Values

DIAMOND

static final int DIAMOND
RegularExpression Id.

See Also:
Constant Field Values

CROSS

static final int CROSS
RegularExpression Id.

See Also:
Constant Field Values

BOX

static final int BOX
RegularExpression Id.

See Also:
Constant Field Values

TRIANGLE

static final int TRIANGLE
RegularExpression Id.

See Also:
Constant Field Values

EMPTY

static final int EMPTY
RegularExpression Id.

See Also:
Constant Field Values

SIZE

static final int SIZE
RegularExpression Id.

See Also:
Constant Field Values

XFACT

static final int XFACT
RegularExpression Id.

See Also:
Constant Field Values

YFACT

static final int YFACT
RegularExpression Id.

See Also:
Constant Field Values

PHI

static final int PHI
RegularExpression Id.

See Also:
Constant Field Values

R

static final int R
RegularExpression Id.

See Also:
Constant Field Values

Q

static final int Q
RegularExpression Id.

See Also:
Constant Field Values

IC

static final int IC
RegularExpression Id.

See Also:
Constant Field Values

BC

static final int BC
RegularExpression Id.

See Also:
Constant Field Values

BW

static final int BW
RegularExpression Id.

See Also:
Constant Field Values

LC

static final int LC
RegularExpression Id.

See Also:
Constant Field Values

LA

static final int LA
RegularExpression Id.

See Also:
Constant Field Values

LR

static final int LR
RegularExpression Id.

See Also:
Constant Field Values

LPHI

static final int LPHI
RegularExpression Id.

See Also:
Constant Field Values

FOS

static final int FOS
RegularExpression Id.

See Also:
Constant Field Values

FONT

static final int FONT
RegularExpression Id.

See Also:
Constant Field Values

C

static final int C
RegularExpression Id.

See Also:
Constant Field Values

P

static final int P
RegularExpression Id.

See Also:
Constant Field Values

W

static final int W
RegularExpression Id.

See Also:
Constant Field Values

S

static final int S
RegularExpression Id.

See Also:
Constant Field Values

A

static final int A
RegularExpression Id.

See Also:
Constant Field Values

AP

static final int AP
RegularExpression Id.

See Also:
Constant Field Values

L

static final int L
RegularExpression Id.

See Also:
Constant Field Values

LP

static final int LP
RegularExpression Id.

See Also:
Constant Field Values

H1

static final int H1
RegularExpression Id.

See Also:
Constant Field Values

H2

static final int H2
RegularExpression Id.

See Also:
Constant Field Values

K1

static final int K1
RegularExpression Id.

See Also:
Constant Field Values

K2

static final int K2
RegularExpression Id.

See Also:
Constant Field Values

A1

static final int A1
RegularExpression Id.

See Also:
Constant Field Values

A2

static final int A2
RegularExpression Id.

See Also:
Constant Field Values

B

static final int B
RegularExpression Id.

See Also:
Constant Field Values

KEY

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