net.sf.farrago.fennel.calc
Class CalcRexImplementorTableImpl.IsNotBoolImplementor

java.lang.Object
  extended by net.sf.farrago.fennel.calc.CalcRexImplementorTableImpl.IsBoolImplementor
      extended by net.sf.farrago.fennel.calc.CalcRexImplementorTableImpl.IsNotBoolImplementor
All Implemented Interfaces:
CalcRexImplementor
Enclosing class:
CalcRexImplementorTableImpl

private static class CalcRexImplementorTableImpl.IsNotBoolImplementor
extends CalcRexImplementorTableImpl.IsBoolImplementor

Implements "IS NOT TRUE" and "IS NOT FALSE" operators.


Field Summary
 
Fields inherited from class net.sf.farrago.fennel.calc.CalcRexImplementorTableImpl.IsBoolImplementor
res
 
Constructor Summary
CalcRexImplementorTableImpl.IsNotBoolImplementor(boolean boolType)
           
 
Method Summary
 CalcReg implement(RexCall call, RexToCalcTranslator translator)
          Generates instructions to implement this call, and returns the register which holds the result.
 
Methods inherited from class net.sf.farrago.fennel.calc.CalcRexImplementorTableImpl.IsBoolImplementor
canImplement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalcRexImplementorTableImpl.IsNotBoolImplementor

CalcRexImplementorTableImpl.IsNotBoolImplementor(boolean boolType)
Method Detail

implement

public CalcReg implement(RexCall call,
                         RexToCalcTranslator translator)
Description copied from interface: CalcRexImplementor
Generates instructions to implement this call, and returns the register which holds the result.

Specified by:
implement in interface CalcRexImplementor
Overrides:
implement in class CalcRexImplementorTableImpl.IsBoolImplementor