public class AstLineVisitor extends AstTextVisitor
bundle, locale, newLineIndex, sb| Constructor and Description |
|---|
AstLineVisitor(java.lang.StringBuilder stringBuilder,
ResourceProvider bundle,
java.util.Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterChildBinary(BinaryPredicateMetadata 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) |
protected java.lang.String |
formatCurrentIndent() |
protected java.lang.String |
formatNewLine() |
void |
startBinary(BinaryPredicateMetadata metadata,
int depth) |
void |
startNary(NaryPredicateMetadata metadata,
int depth) |
afterChildMappingRule, endTypeConverter, endUnary, formatLeafMetadata, formatOperator, formatRule, formatValidate, formatWhen, getCurrentIndentSize, getIndentSize, getNewLineIndex, startLeaf, startMappingRule, startRule, startTypeConverter, startWhenafterChild, afterChildDefault, afterChildRule, afterChildTypeConverter, afterChildUnary, afterChildWhen, beforeChild, beforeChildBinary, beforeChildDefault, beforeChildMappingRule, beforeChildNary, beforeChildRule, beforeChildTypeConverter, beforeChildUnary, beforeChildWhen, end, endDefault, endLeaf, endMappingRule, endWhen, stackPeek, stackPeekType, stackSteam, start, startDefault, startUnary, visitCondition, visitNaryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbrowsepublic AstLineVisitor(java.lang.StringBuilder stringBuilder,
ResourceProvider bundle,
java.util.Locale locale)
protected java.lang.String formatCurrentIndent()
formatCurrentIndent in class AbstractAstVisitorprotected java.lang.String formatNewLine()
formatNewLine in class AstTextVisitorpublic void startNary(NaryPredicateMetadata metadata, int depth)
startNary in class AstTextVisitorpublic 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 startBinary(BinaryPredicateMetadata metadata, int depth)
startBinary in class AbstractAstVisitorpublic void afterChildBinary(BinaryPredicateMetadata metadata, Metadata child, boolean hasNext, int depth)
afterChildBinary in class AstTextVisitorpublic void endBinary(BinaryPredicateMetadata metadata, int depth)
endBinary in class AbstractAstVisitorpublic void endRule(Metadata metadata, int depth)
endRule in class AstTextVisitor