public class DebugVisitor extends Object implements INodeVisitor
| Constructor and Description |
|---|
DebugVisitor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
indent() |
String |
toString()
Get the debug string representation result.
|
void |
visit(BigIntNode value) |
void |
visit(BooleanNode value) |
void |
visit(ComplexNumberNode complex) |
void |
visit(DictNode dict) |
void |
visit(DoubleNode value) |
void |
visit(IntegerNode value) |
void |
visit(ListNode list) |
void |
visit(LongNode value) |
void |
visit(NoneNode none) |
void |
visit(SetNode setnode) |
void |
visit(StringNode value) |
void |
visit(TupleNode tuple) |
public String toString()
protected void indent()
public void visit(ComplexNumberNode complex)
visit in interface INodeVisitorpublic void visit(DictNode dict)
visit in interface INodeVisitorpublic void visit(ListNode list)
visit in interface INodeVisitorpublic void visit(NoneNode none)
visit in interface INodeVisitorpublic void visit(IntegerNode value)
visit in interface INodeVisitorpublic void visit(BigIntNode value)
visit in interface INodeVisitorpublic void visit(LongNode value)
visit in interface INodeVisitorpublic void visit(DoubleNode value)
visit in interface INodeVisitorpublic void visit(BooleanNode value)
visit in interface INodeVisitorpublic void visit(StringNode value)
visit in interface INodeVisitorpublic void visit(SetNode setnode)
visit in interface INodeVisitorpublic void visit(TupleNode tuple)
visit in interface INodeVisitorCopyright © 2017. All Rights Reserved.