public class Transformer.Desugarer extends Visitor
| Constructor and Description |
|---|
Transformer.Desugarer()
Create a new desugarer.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
process(Sequence s,
NonTerminal nt)
Process the specified sequence.
|
Element |
visit(Option o)
Visit the specified option.
|
void |
visit(Production p)
Visit the specified production.
|
Element |
visit(Repetition r)
Visit the specified repetition.
|
dispatch, equals, hashCode, iterate, map, mapInPlace, unableToVisit, visitprotected void process(Sequence s, NonTerminal nt)
s - The sequence.nt - The nonterminal or null if no nonterminal
should be added.public void visit(Production p)
public Element visit(Repetition r)
Copyright © 2014. All Rights Reserved.