public class NodeFuncGenericToLong extends NodeFuncGeneric implements INodeFunc.INodeFuncLong
NodeFuncGeneric.Func, NodeFuncGeneric.InlineType
INodeFunc.INodeFuncBoolean, INodeFunc.INodeFuncDouble, INodeFunc.INodeFuncLong, INodeFunc.INodeFuncObject<T>
types, variables
Constructor and Description |
---|
NodeFuncGenericToLong(IExpressionNode.INodeLong node,
java.lang.Class<?>[] types,
IVariableNode[] nodes) |
Modifier and Type | Method and Description |
---|---|
IExpressionNode.INodeLong |
getNode(INodeStack stack)
Pops values off of the stack to create an expression node.
|
popArgs, toString
public NodeFuncGenericToLong(IExpressionNode.INodeLong node, java.lang.Class<?>[] types, IVariableNode[] nodes)
public IExpressionNode.INodeLong getNode(INodeStack stack) throws InvalidExpressionException
INodeFunc
getNode
in interface INodeFunc
getNode
in interface INodeFunc.INodeFuncLong
InvalidExpressionException