Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java_cup
Class assoc  view assoc download assoc.java

java.lang.Object
  extended byjava_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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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()