|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxtc.tree.Visitor
xtc.parser.VariantSorter.Registrar
public class VariantSorter.Registrar
Visitor to register all generic node names with the type operations class.
| Field Summary | |
|---|---|
protected java.util.List<Element> |
elements
The list of elements. |
| Constructor Summary | |
|---|---|
VariantSorter.Registrar()
Create a new registrar. |
|
| Method Summary | |
|---|---|
void |
visit(FullProduction p)
Visit the specified full production. |
void |
visit(Module m)
Visit the specified grammar. |
void |
visit(OrderedChoice c)
Visit the specified ordered choice. |
void |
visit(Sequence s)
Visit the specified sequence. |
| Methods inherited from class xtc.tree.Visitor |
|---|
dispatch, equals, hashCode, iterate, map, mapInPlace, unableToVisit, visit |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<Element> elements
| Constructor Detail |
|---|
public VariantSorter.Registrar()
| Method Detail |
|---|
public void visit(Module m)
public void visit(FullProduction p)
public void visit(OrderedChoice c)
public void visit(Sequence s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||