public class ObjectifyVisitor extends Object implements INodeVisitor
| Modifier and Type | Field and Description |
|---|---|
protected IDictToInstance |
dictConverter |
| Constructor and Description |
|---|
ObjectifyVisitor() |
ObjectifyVisitor(IDictToInstance dictConverter) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject()
get the resulting object tree.
|
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) |
protected IDictToInstance dictConverter
public ObjectifyVisitor()
public ObjectifyVisitor(IDictToInstance dictConverter)
public Object getObject()
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(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(BigIntNode 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.