public interface INodeFunc
Modifier and Type | Interface and Description |
---|---|
static interface |
INodeFunc.INodeFuncBoolean |
static interface |
INodeFunc.INodeFuncDouble |
static interface |
INodeFunc.INodeFuncLong |
static interface |
INodeFunc.INodeFuncObject<T> |
Modifier and Type | Method and Description |
---|---|
IExpressionNode |
getNode(INodeStack stack)
Pops values off of the stack to create an expression node.
|
IExpressionNode getNode(INodeStack stack) throws InvalidExpressionException
InvalidExpressionException