java_cup
Class assoc

java.lang.Object
  extended by java_cup.assoc

public class assoc
extends java.lang.Object


Field Summary
static int left
           
static int no_prec
           
static int nonassoc
           
static int right
           
 
Constructor Summary
assoc()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

public static final int left
See Also:
Constant Field Values

right

public static final int right
See Also:
Constant Field Values

nonassoc

public static final int nonassoc
See Also:
Constant Field Values

no_prec

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

assoc

public assoc()