T - expression typepublic interface Operation<T> extends Expression<T>
Operation represents an operation with operator and arguments| Modifier and Type | Method and Description |
|---|---|
Expression<?> |
getArg(int index)
Get the argument with the given index
|
List<Expression<?>> |
getArgs()
Get the arguments of this operation
|
Operator |
getOperator()
Get the operator symbol for this operation
|
accept, getTypeExpression<?> getArg(int index)
index - zero based index of expressionList<Expression<?>> getArgs()
Operator getOperator()
Copyright © 2007–2020 Querydsl. All rights reserved.