|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.types.expr.Expr<D>
com.mysema.query.types.operation.OSimple<OpType,D>
OpType - D - public class OSimple<OpType,D>
OSimple represents a simple operation expression
| Method Summary | ||
|---|---|---|
void |
accept(Visitor v)
|
|
Expr<D> |
asExpr()
|
|
static
|
create(Class<? extends D> type,
Operator<OpType> op,
Expr<?>... args)
Factory method |
|
Expr<?> |
getArg(int index)
Get the argument with the given index |
|
List<Expr<?>> |
getArgs()
Get the arguments of this operation |
|
Operator<OpType> |
getOperator()
Get the operator symbol for this operation |
|
| Methods inherited from class com.mysema.query.types.expr.Expr |
|---|
count, countAll, countDistinct, eq, eq, getType, hashCode, in, in, in, ne, ne, notIn, notIn, notIn, toString, when, when |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.mysema.query.types.operation.Operation |
|---|
getType |
| Method Detail |
|---|
public static <OpType,D> Expr<D> create(Class<? extends D> type,
Operator<OpType> op,
Expr<?>... args)
OpType - D - type - op - args -
public void accept(Visitor v)
accept in class Expr<D>public Expr<D> asExpr()
asExpr in interface Operation<OpType,D>public Expr<?> getArg(int index)
Operation
getArg in interface Operation<OpType,D>public List<Expr<?>> getArgs()
Operation
getArgs in interface Operation<OpType,D>public Operator<OpType> getOperator()
Operation
getOperator in interface Operation<OpType,D>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||