public interface IExpressionNode
Modifier and Type | Interface and Description |
---|---|
static interface |
IExpressionNode.INodeBoolean |
static interface |
IExpressionNode.INodeDouble |
static interface |
IExpressionNode.INodeLong |
static interface |
IExpressionNode.INodeObject<T> |
static interface |
IExpressionNode.INodeString
Common object types (Provided as functional interfaces, these should NEVER be tested against with instanceof
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
evaluateAsString() |
default IExpressionNode |
inline() |
default IExpressionNode inline()
java.lang.String evaluateAsString()