|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object fr.umlv.tatoo.cc.parser.table.Closure<I>
public final class Closure<I extends NodeItem<I>>
Constructor Summary | |
---|---|
Closure(HashSet<I> items)
|
Method Summary | |
---|---|
MultiMap<NonTerminalDecl,I> |
getGotos()
|
HashSet<I> |
getItems()
|
HashSet<I> |
getReduces()
|
MultiMap<TerminalDecl,I> |
getShifts()
|
String |
toString()
|
boolean |
update(Closure<I> closure)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Closure(HashSet<I> items)
Method Detail |
---|
public String toString()
toString
in class Object
public MultiMap<NonTerminalDecl,I> getGotos()
public HashSet<I> getItems()
public HashSet<I> getReduces()
public MultiMap<TerminalDecl,I> getShifts()
public boolean update(Closure<I> closure)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |