public class Transformer.Typer extends Visitor
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Element> |
elements
The list of elements.
|
protected Type |
type
The current type.
|
| Constructor and Description |
|---|
Transformer.Typer()
Create a new typer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
visit(OrderedChoice c)
Visit the specified choice.
|
void |
visit(Production p)
Visit the specified production.
|
void |
visit(Sequence s)
Visit the specified sequence.
|
dispatch, equals, hashCode, iterate, map, mapInPlace, unableToVisit, visitprotected java.util.List<Element> elements
protected Type type
public void visit(Production p)
public void visit(OrderedChoice c)
public void visit(Sequence s)
Copyright © 2014. All Rights Reserved.