T
- expression typepublic interface Operation<T> extends Expression<T>
Operation
represents an operation with operator and argumentsModifier 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, getType
Expression<?> getArg(int index)
index
- zero based index of expressionList<Expression<?>> getArgs()
Operator getOperator()
Copyright © 2007–2016 Querydsl. All rights reserved.