Uses of Class
com.cyc.tool.subl.jrtl.nativeCode.subLisp.TernaryFunction

Packages that use TernaryFunction
com.cyc.tool.subl.jrtl.nativeCode.subLisp   
com.cyc.tool.subl.jrtl.nativeCode.type.operator   
 

Uses of TernaryFunction in com.cyc.tool.subl.jrtl.nativeCode.subLisp
 

Methods in com.cyc.tool.subl.jrtl.nativeCode.subLisp that return TernaryFunction
static TernaryFunction TernaryFunction.makeInstance(SubLFunction function)
           
static TernaryFunction TernaryFunction.makeInstance(SubLSymbol symbol)
           
 

Uses of TernaryFunction in com.cyc.tool.subl.jrtl.nativeCode.type.operator
 

Methods in com.cyc.tool.subl.jrtl.nativeCode.type.operator that return TernaryFunction
 TernaryFunction AbstractSubLFunction.getTernaryFunction()
           
 TernaryFunction SubLFunction.getTernaryFunction()
           
 

Methods in com.cyc.tool.subl.jrtl.nativeCode.type.operator with parameters of type TernaryFunction
 void AbstractSubLFunction.setTernaryFunction(TernaryFunction f)
           
 void SubLFunction.setTernaryFunction(TernaryFunction f)