public class UnparsedExpressionDTO extends java.lang.Object implements UnparsedExpression, FunctionArg
Modifier and Type | Class and Description |
---|---|
static class |
UnparsedExpressionDTO.Builder
Builder for
UnparsedExpressionDTO . |
UnparsedExpression.UnparsedExpressionImpl
FunctionArg.ArgType
EMPTY_ARGS
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE
Modifier and Type | Method and Description |
---|---|
FunctionArg.ArgType |
argType()
Arguments type of the function.
|
static UnparsedExpressionDTO.Builder |
builder() |
java.lang.String |
toString() |
java.lang.String |
unparsedExpression() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
children, of
validate
references
public java.lang.String unparsedExpression()
unparsedExpression
in interface UnparsedExpression
public FunctionArg.ArgType argType()
FunctionArg
argType
in interface FunctionArg
public java.lang.String toString()
toString
in class java.lang.Object
public static UnparsedExpressionDTO.Builder builder()
UnparsedExpressionDTO
.