public abstract class DecoratingAnnotationVisitor extends AbstractAnnotationVisitor
marked| Constructor and Description |
|---|
DecoratingAnnotationVisitor(AbstractAnnotationVisitor abv,
boolean shouldPrettyPrint) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContext(NonTerminal n,
Context c) |
void |
addContext(Production p,
Context c) |
Context |
getContext(NonTerminal n) |
Context |
getContext(Production p) |
getContext, getContext, getError, isChanged, print, setChangedisTagEndpublic DecoratingAnnotationVisitor(AbstractAnnotationVisitor abv, boolean shouldPrettyPrint)
public void addContext(NonTerminal n, Context c)
addContext in class AbstractAnnotationVisitorpublic void addContext(Production p, Context c)
addContext in class AbstractAnnotationVisitorpublic Context getContext(NonTerminal n)
getContext in class AbstractAnnotationVisitorpublic Context getContext(Production p)
getContext in class AbstractAnnotationVisitorCopyright © 2008-2013 Mathias Schwarz.