att.grappa
Class Symbols

java.lang.Object
  extended by att.grappa.Symbols

public class Symbols
extends java.lang.Object

CUP generated class containing symbol constants.


Field Summary
static int ATOM
           
static int ATSIGN
           
static int COLON
           
static int COMMA
           
static int D_EDGE_OP
           
static int DIGRAPH
           
static int EDGE
           
static int EOF
           
static int EQUAL
           
static int error
           
static int GRAPH
           
static int LBR
           
static int LCUR
           
static int ND_EDGE_OP
           
static int NODE
           
static int RBR
           
static int RCUR
           
static int SEMI
           
static int STRICT
           
static int STRICTDIGRAPH
           
static int STRICTGRAPH
           
static int SUBGRAPH
           
 
Constructor Summary
Symbols()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUBGRAPH

public static final int SUBGRAPH
See Also:
Constant Field Values

DIGRAPH

public static final int DIGRAPH
See Also:
Constant Field Values

RBR

public static final int RBR
See Also:
Constant Field Values

EQUAL

public static final int EQUAL
See Also:
Constant Field Values

D_EDGE_OP

public static final int D_EDGE_OP
See Also:
Constant Field Values

SEMI

public static final int SEMI
See Also:
Constant Field Values

STRICTDIGRAPH

public static final int STRICTDIGRAPH
See Also:
Constant Field Values

ATSIGN

public static final int ATSIGN
See Also:
Constant Field Values

COLON

public static final int COLON
See Also:
Constant Field Values

ATOM

public static final int ATOM
See Also:
Constant Field Values

RCUR

public static final int RCUR
See Also:
Constant Field Values

STRICT

public static final int STRICT
See Also:
Constant Field Values

COMMA

public static final int COMMA
See Also:
Constant Field Values

LCUR

public static final int LCUR
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

ND_EDGE_OP

public static final int ND_EDGE_OP
See Also:
Constant Field Values

EDGE

public static final int EDGE
See Also:
Constant Field Values

GRAPH

public static final int GRAPH
See Also:
Constant Field Values

error

public static final int error
See Also:
Constant Field Values

LBR

public static final int LBR
See Also:
Constant Field Values

STRICTGRAPH

public static final int STRICTGRAPH
See Also:
Constant Field Values

NODE

public static final int NODE
See Also:
Constant Field Values
Constructor Detail

Symbols

public Symbols()


Grappa 1.2