@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()  | 
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