public abstract class ValueNode extends TreeNode
Constructor and Description |
---|
ValueNode() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
asParseableDefaultValue() |
TreeNode |
getBinder()
Get the binder of this value.
|
void |
setBinder(TreeNode binder)
Set the binder of this vale.
|
abstract java.lang.String |
toString() |
public TreeNode getBinder()
public void setBinder(TreeNode binder)
binder
- The binder operator.public abstract java.lang.String toString()
toString
in class java.lang.Object
public abstract java.lang.String asParseableDefaultValue()