public class VariantSorter.Registrar extends Visitor
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Element> |
elements
The list of elements.
|
| Constructor and Description |
|---|
VariantSorter.Registrar()
Create a new registrar.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
dispatch, equals, hashCode, iterate, map, mapInPlace, unableToVisit, visitprotected java.util.List<Element> elements
public void visit(Module m)
public void visit(FullProduction p)
public void visit(OrderedChoice c)
public void visit(Sequence s)
Copyright © 2014. All Rights Reserved.