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