Uses of Class
net.hydromatic.morel.eval.Applicable2
-
Packages that use Applicable2 Package Description net.hydromatic.morel.eval Evaluates expressions. -
-
Uses of Applicable2 in net.hydromatic.morel.eval
Subclasses of Applicable2 in net.hydromatic.morel.eval Modifier and Type Class Description private static classCodes.ListNthImplementsBuiltIn.LIST_NTHandBuiltIn.VECTOR_SUB.private static classCodes.ListTakeImplementsBuiltIn.LIST_TAKE.private static classCodes.RealCompareImplementsBuiltIn.REAL_COMPARE.private static classCodes.StringSubImplementsBuiltIn.STRING_SUB.Fields in net.hydromatic.morel.eval declared as Applicable2 Modifier and Type Field Description private Applicable2Codes.ApplyCode2. fnValueMethods in net.hydromatic.morel.eval with parameters of type Applicable2 Modifier and Type Method Description static 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 Applicable2 Constructor Description ApplyCode2(Applicable2 fnValue, Code argCode0, Code argCode1)
-