public interface IVariableNode extends IExpressionNode
Modifier and Type | Interface and Description |
---|---|
static interface |
IVariableNode.IVariableNodeBoolean |
static interface |
IVariableNode.IVariableNodeDouble |
static interface |
IVariableNode.IVariableNodeLong |
static interface |
IVariableNode.IVariableNodeObject<T> |
IExpressionNode.INodeBoolean, IExpressionNode.INodeDouble, IExpressionNode.INodeLong, IExpressionNode.INodeObject<T>, IExpressionNode.INodeString
Modifier and Type | Method and Description |
---|---|
void |
set(IExpressionNode from)
Sets the current value of this node to be the value returned by the given node.
|
evaluateAsString, inline
void set(IExpressionNode from)
IllegalArgumentException
or a ClassCastException
if the given node is
not of the correct type.