|
|||||||||
| Home >> All >> org >> sablecc >> [ sablecc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.sablecc.sablecc
Class LR0ItemAndSetPair

java.lang.Objectorg.sablecc.sablecc.LR0ItemAndSetPair
- final class LR0ItemAndSetPair
- extends java.lang.Object
| Field Summary | |
LR0Item |
item
|
int |
set
|
| Constructor Summary | |
(package private) |
LR0ItemAndSetPair(LR0Item item,
int set)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
item
public final LR0Item item
set
public final int set
| Constructor Detail |
LR0ItemAndSetPair
LR0ItemAndSetPair(LR0Item item, int set)
|
|||||||||
| Home >> All >> org >> sablecc >> [ sablecc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.sablecc.sablecc.LR0ItemAndSetPair