protected abstract class NodeFuncGeneric.Func extends java.lang.Object implements IExpressionNode
IExpressionNode.INodeBoolean, IExpressionNode.INodeDouble, IExpressionNode.INodeLong, IExpressionNode.INodeObject<T>, IExpressionNode.INodeString
Modifier and Type | Field and Description |
---|---|
protected IExpressionNode[] |
realArgs |
Constructor and Description |
---|
Func(IExpressionNode[] argsIn) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getArgsToString() |
protected void |
setupEvaluate(IExpressionNode[] nodes) |
protected NodeFuncGeneric.InlineType |
setupInline(IExpressionNode[] nodes) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
evaluateAsString, inline
protected final IExpressionNode[] realArgs
public Func(IExpressionNode[] argsIn)
protected void setupEvaluate(IExpressionNode[] nodes)
protected NodeFuncGeneric.InlineType setupInline(IExpressionNode[] nodes)
protected java.lang.String getArgsToString()
public java.lang.String toString()
toString
in class java.lang.Object