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