|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Operation<RT>
Operation represents an operation with operator and arguments
| Method Summary | |
|---|---|
Expr<RT> |
asExpr()
Cast to Expr |
Expr<?> |
getArg(int index)
Get the argument with the given index |
List<Expr<?>> |
getArgs()
Get the arguments of this operation |
Operator<? super RT> |
getOperator()
Get the operator symbol for this operation |
Class<? extends RT> |
getType()
Get the type of this operation |
| Method Detail |
|---|
Expr<RT> asExpr()
Expr
Expr<?> getArg(int index)
index -
List<Expr<?>> getArgs()
Operator<? super RT> getOperator()
Class<? extends RT> getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||