@Evolving public interface UnparsedExpression extends Expression
FunctionExpression
, Literal
or NamedReference
.Modifier and Type | Interface and Description |
---|---|
static class |
UnparsedExpression.UnparsedExpressionImpl
An
UnparsedExpression implementation |
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE
Modifier and Type | Method and Description |
---|---|
default Expression[] |
children() |
static UnparsedExpression |
of(java.lang.String unparsedExpression)
Creates a new
UnparsedExpression with the given unparsed expression. |
java.lang.String |
unparsedExpression() |
references
java.lang.String unparsedExpression()
default Expression[] children()
children
in interface Expression
static UnparsedExpression of(java.lang.String unparsedExpression)
UnparsedExpression
with the given unparsed expression.unparsedExpression
- The unparsed expressionUnparsedExpression