public class NodeFuncLongToLong extends NodeFuncBase implements INodeFunc.INodeFuncLong
Modifier and Type | Class and Description |
---|---|
static interface |
NodeFuncLongToLong.IFuncLongToLong |
INodeFunc.INodeFuncBoolean, INodeFunc.INodeFuncDouble, INodeFunc.INodeFuncLong, INodeFunc.INodeFuncObject<T>
Modifier and Type | Field and Description |
---|---|
NodeFuncLongToLong.IFuncLongToLong |
function |
canInline
Constructor and Description |
---|
NodeFuncLongToLong(NodeFuncLongToLong.IFuncLongToLong function,
StringFunctionBi stringFunction) |
NodeFuncLongToLong(java.lang.String name,
NodeFuncLongToLong.IFuncLongToLong function) |
Modifier and Type | Method and Description |
---|---|
IExpressionNode.INodeLong |
getNode(INodeStack stack)
Pops values off of the stack to create an expression node.
|
java.lang.String |
toString() |
setNeverInline
public final NodeFuncLongToLong.IFuncLongToLong function
public NodeFuncLongToLong(java.lang.String name, NodeFuncLongToLong.IFuncLongToLong function)
public NodeFuncLongToLong(NodeFuncLongToLong.IFuncLongToLong function, StringFunctionBi stringFunction)
public java.lang.String toString()
toString
in class java.lang.Object
public IExpressionNode.INodeLong getNode(INodeStack stack) throws InvalidExpressionException
INodeFunc
getNode
in interface INodeFunc
getNode
in interface INodeFunc.INodeFuncLong
InvalidExpressionException