Uses of Class
net.hydromatic.morel.eval.Applicable3
Packages that use Applicable3
-
Uses of Applicable3 in net.hydromatic.morel.eval
Subclasses of Applicable3 in net.hydromatic.morel.evalModifier and TypeClassDescriptionprivate static classImplementsBuiltIn.STRING_SUB.private static classImplementsBuiltIn.STRING_SUBSTRING.private static classImplementsBuiltIn.VECTOR_UPDATE.Fields in net.hydromatic.morel.eval declared as Applicable3Methods in net.hydromatic.morel.eval with parameters of type Applicable3Modifier and TypeMethodDescriptionstatic CodeCodes.apply3(Applicable3 fnValue, Code argCode0, Code argCode1, Code argCode2) Generates the code for applying a function value to three arguments.Constructors in net.hydromatic.morel.eval with parameters of type Applicable3ModifierConstructorDescription(package private)ApplyCode3(Applicable3 fnValue, Code argCode0, Code argCode1, Code argCode2)