|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.types.ExpressionBase<T>
com.mysema.query.types.expr.SimpleExpression<T>
com.mysema.query.types.expr.SimpleOperation<T>
T - expression typepublic class SimpleOperation<T>
SimpleOperation represents a simple operation expression
| Field Summary |
|---|
| Fields inherited from class com.mysema.query.types.expr.SimpleExpression |
|---|
primitive |
| Fields inherited from class com.mysema.query.types.ExpressionBase |
|---|
type |
| Method Summary | ||
|---|---|---|
|
accept(Visitor<R,C> v,
C context)
Accept the visitor with the given context |
|
static
|
create(Class<D> type,
Operator<? super D> op,
Expression<?>... args)
Factory method |
|
boolean |
equals(Object o)
|
|
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 |
|
int |
hashCode()
|
|
| Methods inherited from class com.mysema.query.types.expr.SimpleExpression |
|---|
as, as, count, countDistinct, eq, eq, in, in, in, isNotNull, isNull, ne, ne, notIn, notIn, notIn, when, when |
| Methods inherited from class com.mysema.query.types.ExpressionBase |
|---|
getType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.mysema.query.types.Expression |
|---|
getType |
| Method Detail |
|---|
public static <D> SimpleExpression<D> create(Class<D> type,
Operator<? super D> op,
Expression<?>... args)
D - type - op - args -
public <R,C> R accept(Visitor<R,C> v,
C context)
Expression
accept in interface Expression<T>R - return typeC - context typev - visitorcontext - context of visit
public Expression<?> getArg(int index)
Operation
getArg in interface Operation<T>public List<Expression<?>> getArgs()
Operation
getArgs in interface Operation<T>public Operator<? super T> getOperator()
Operation
getOperator in interface Operation<T>public boolean equals(Object o)
equals in class SimpleExpression<T>public int hashCode()
hashCode in class SimpleExpression<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||