public class ProductionVoider extends GrammarVisitor
| Modifier and Type | Class and Description |
|---|---|
static class |
ProductionVoider.Tester
Visitor to determine which productions are voidable.
|
analyzer, isBound, isLastElement, isPredicate, isRepeatedOnce, isTopLevel, isVoided, needsSequence, runtime, transformInPlace| Constructor and Description |
|---|
ProductionVoider(Runtime runtime,
Analyzer analyzer)
Create a new production voider.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
visit(Binding b)
Visit the specified binding.
|
java.lang.Object |
visit(Module m)
Visit the specified grammar.
|
Element |
visit(ValueElement e)
Visit the specified value element.
|
Element |
visit(VoidedElement v)
Visit the specified voided element.
|
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visitdispatch, equals, hashCode, iterate, map, mapInPlace, unableToVisit, visitpublic java.lang.Object visit(Module m)
visit in class GrammarVisitorpublic Element visit(VoidedElement v)
visit in class GrammarVisitorpublic Element visit(Binding b)
visit in class GrammarVisitorpublic Element visit(ValueElement e)
Copyright © 2014. All Rights Reserved.