public class TransientMarker extends GrammarVisitor
reference counted. Further note
that this visitor assumes that the entire grammar is contained in a
single module.analyzer, isBound, isLastElement, isPredicate, isRepeatedOnce, isTopLevel, isVoided, needsSequence, runtime, transformInPlace| Constructor and Description |
|---|
TransientMarker(Runtime runtime,
Analyzer analyzer)
Create a new transient marker.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
visit(Module m)
Visit the specified grammar.
|
visit, visit, 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 GrammarVisitorm - The grammar module.Boolean.TRUE if the grammar has been modified,
otherwise Boolean.FALSE.Copyright © 2014. All Rights Reserved.