|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Operation<T>
Operation represents an operation with operator and arguments
| Method Summary | |
|---|---|
Expression<?> |
getArg(int index)
Get the argument with the given index |
List<Expression<?>> |
getArgs()
Get the arguments of this operation |
Operator<? super T> |
getOperator()
Get the operator symbol for this operation |
| Methods inherited from interface com.mysema.query.types.Expression |
|---|
accept, getType |
| Method Detail |
|---|
Expression<?> getArg(int index)
index -
List<Expression<?>> getArgs()
Operator<? super T> getOperator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||