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

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

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

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

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

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

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