Uses of Class
net.hydromatic.morel.eval.Applicable2
Packages that use Applicable2
-
Uses of Applicable2 in net.hydromatic.morel.eval
Subclasses of Applicable2 in net.hydromatic.morel.evalModifier and TypeClassDescriptionprivate static classImplementsBuiltIn.LIST_NTHandBuiltIn.VECTOR_SUB.private static classImplementsBuiltIn.LIST_TAKE.private static classImplementsBuiltIn.REAL_COMPARE.private static classImplementsBuiltIn.STRING_SUB.Fields in net.hydromatic.morel.eval declared as Applicable2Methods in net.hydromatic.morel.eval with parameters of type Applicable2Modifier and TypeMethodDescriptionstatic CodeCodes.apply2(Applicable2 fnValue, Code argCode0, Code argCode1) Generates the code for applying a function value to two arguments.Constructors in net.hydromatic.morel.eval with parameters of type Applicable2ModifierConstructorDescription(package private)ApplyCode2(Applicable2 fnValue, Code argCode0, Code argCode1)