public class AstFullVisitor extends AbstractAstVisitor
| Constructor and Description |
|---|
AstFullVisitor(java.lang.StringBuilder sb) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterChildBinary(BinaryPredicateMetadata metadata,
Metadata child,
boolean hasNext,
int depth) |
void |
afterChildDefault(Metadata metadata,
Metadata child,
boolean hasNext,
int depth) |
void |
afterChildNary(NaryPredicateMetadata metadata,
Metadata child,
boolean hasNext,
int depth) |
void |
endBinary(BinaryPredicateMetadata metadata,
int depth) |
void |
endNary(NaryPredicateMetadata metadata,
int depth) |
void |
endRule(Metadata metadata,
int depth) |
void |
endWhen(Metadata metadata,
int depth) |
protected int |
getIndentSize() |
void |
startBinary(BinaryPredicateMetadata metadata,
int depth) |
void |
startLeaf(LeafMetadata<?> metadata,
int depth) |
void |
startNary(NaryPredicateMetadata metadata,
int depth) |
void |
startRule(Metadata metadata,
int depth) |
void |
startUnary(UnaryPredicateMetadata 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, 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(UnaryPredicateMetadata metadata, int depth)
startUnary in class AbstractAstVisitorpublic void startBinary(BinaryPredicateMetadata metadata, int depth)
startBinary in class AbstractAstVisitorpublic void afterChildBinary(BinaryPredicateMetadata metadata, Metadata child, boolean hasNext, int depth)
afterChildBinary in class AbstractAstVisitorpublic void endBinary(BinaryPredicateMetadata metadata, int depth)
endBinary in class AbstractAstVisitorpublic void startNary(NaryPredicateMetadata metadata, int depth)
startNary in class AbstractAstVisitorpublic void afterChildNary(NaryPredicateMetadata metadata, Metadata child, boolean hasNext, int depth)
afterChildNary in class AbstractAstVisitorpublic void endNary(NaryPredicateMetadata 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