public class Ast extends Object
| Constructor and Description |
|---|
Ast() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(INodeVisitor visitor) |
Object |
getData()
get the actual data as Java objects.
|
Object |
getData(IDictToInstance dictConverter)
get the actual data as Java objects.
|
String |
toString() |
public INode root
public Object getData()
public Object getData(IDictToInstance dictConverter)
dictConverter - object to convert dicts to actual instances for a class,
instead of leaving them as dictionaries. Requires the __class__ key to be present
in the dict node. If it returns null, the normal processing is done.public void accept(INodeVisitor visitor)
Copyright © 2017. All Rights Reserved.