Package | Description |
---|---|
org.sablecc.sablecc |
Modifier and Type | Field and Description |
---|---|
private static LR0ItemSet |
LR0Collection.empty |
Modifier and Type | Method and Description |
---|---|
(package private) static LR0ItemSet |
Grammar.CLOSURE(LR0Item item) |
(package private) static LR0ItemSet |
Grammar.CLOSURE(LR0ItemSet set) |
(package private) static LR0ItemSet |
Grammar.GOTO(LR0ItemSet set,
Symbol symbol) |
private LR0ItemSet |
LR0Collection.set(int index) |
(package private) LR0ItemSet[] |
LR0Collection.sets() |
Modifier and Type | Method and Description |
---|---|
private int |
LR0Collection.add(LR0ItemSet set,
int from,
Symbol symbol) |
private void |
LR0Collection.addGoto(int from,
Symbol symbol,
LR0ItemSet to) |
(package private) static LR0ItemSet |
Grammar.CLOSURE(LR0ItemSet set) |
(package private) static LR0ItemSet |
Grammar.GOTO(LR0ItemSet set,
Symbol symbol) |
private java.lang.Integer |
LR0Collection.set(LR0ItemSet set) |
Constructor and Description |
---|
LR0Collection(LR0ItemSet set) |
LR0ItemSet(LR0ItemSet set) |
LR1Collection(LR0ItemSet set) |
Copyright © 1997-2015 Sablecc. All Rights Reserved.