|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OJRexImplementor
OJRexImplementor translates a call to a particular operator to OpenJava code.
Implementors are held in a OJRexImplementorTable
.
Method Summary | |
---|---|
boolean |
canImplement(RexCall call)
Tests whether it is possible to implement a call. |
Expression |
implement(RexToOJTranslator translator,
RexCall call,
Expression[] operands)
Implements a single RexCall . |
Method Detail |
---|
Expression implement(RexToOJTranslator translator, RexCall call, Expression[] operands)
RexCall
.
translator
- provides translation contextcall
- the call to be translatedoperands
- call's operands, which have already been translated
independentlyboolean canImplement(RexCall call)
call
- the call for which translation is being considered
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |