public class AstFullVisitor extends AbstractAstVisitor
| Constructor and Description |
|---|
AstFullVisitor(java.lang.StringBuilder sb) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterChildBinary(BinaryMetadata metadata,
Metadata child,
boolean hasNext,
int depth) |
void |
afterChildDefault(Metadata metadata,
Metadata child,
boolean hasNext,
int depth) |
void |
afterChildNary(NaryMetadata metadata,
Metadata child,
boolean hasNext,
int depth) |
void |
endBinary(BinaryMetadata metadata,
int depth) |
void |
endNary(NaryMetadata metadata,
int depth) |
void |
endRule(Metadata metadata,
int depth) |
void |
endWhen(Metadata metadata,
int depth) |
protected int |
getIndentSize() |
void |
startBinary(BinaryMetadata metadata,
int depth) |
void |
startLeaf(LeafMetadata<?> metadata,
int depth) |
void |
startNary(NaryMetadata metadata,
int depth) |
void |
startRule(Metadata metadata,
int depth) |
void |
startUnary(UnaryMetadata metadata,
int depth) |
void |
startWhen(Metadata metadata,
int depth) |
void |
visitCondition(StepCondition metadata,
int depth) |
afterChild, afterChildMappingRule, afterChildRule, afterChildTypeConverter, afterChildUnary, afterChildWhen, beforeChild, beforeChildBinary, beforeChildDefault, beforeChildMappingRule, beforeChildNary, beforeChildRule, beforeChildTypeConverter, beforeChildUnary, beforeChildWhen, end, endDefault, endLeaf, endMappingRule, endTypeConverter, endUnary, formatCurrentIndent, formatNewLine, getCurrentIndentSize, parent, stackPeek, stackPeekType, stackSteam, start, startDefault, startMappingRule, startTypeConverter, visitNaryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbrowsepublic void afterChildDefault(Metadata metadata, Metadata child, boolean hasNext, int depth)
afterChildDefault in class AbstractAstVisitorpublic void startLeaf(LeafMetadata<?> metadata, int depth)
startLeaf in class AbstractAstVisitorpublic void startUnary(UnaryMetadata metadata, int depth)
startUnary in class AbstractAstVisitorpublic void startBinary(BinaryMetadata metadata, int depth)
startBinary in class AbstractAstVisitorpublic void afterChildBinary(BinaryMetadata metadata, Metadata child, boolean hasNext, int depth)
afterChildBinary in class AbstractAstVisitorpublic void endBinary(BinaryMetadata metadata, int depth)
endBinary in class AbstractAstVisitorpublic void startNary(NaryMetadata metadata, int depth)
startNary in class AbstractAstVisitorpublic void afterChildNary(NaryMetadata metadata, Metadata child, boolean hasNext, int depth)
afterChildNary in class AbstractAstVisitorpublic void endNary(NaryMetadata metadata, int depth)
endNary in class AbstractAstVisitorpublic void startRule(Metadata metadata, int depth)
startRule in class AbstractAstVisitorpublic void endRule(Metadata metadata, int depth)
endRule in class AbstractAstVisitorpublic void startWhen(Metadata metadata, int depth)
startWhen in class AbstractAstVisitorpublic void endWhen(Metadata metadata, int depth)
endWhen in class AbstractAstVisitorpublic void visitCondition(StepCondition metadata, int depth)
visitCondition in class AbstractAstVisitorprotected int getIndentSize()
getIndentSize in class AbstractAstVisitor