Uses of Class
net.hydromatic.morel.eval.Applicable3
-
Packages that use Applicable3 Package Description net.hydromatic.morel.eval Evaluates expressions. -
-
Uses of Applicable3 in net.hydromatic.morel.eval
Subclasses of Applicable3 in net.hydromatic.morel.eval Modifier and Type Class Description private static classCodes.StringExtractImplementsBuiltIn.STRING_SUB.private static classCodes.StringSubstringImplementsBuiltIn.STRING_SUBSTRING.private static classCodes.VectorUpdateImplementsBuiltIn.VECTOR_UPDATE.Fields in net.hydromatic.morel.eval declared as Applicable3 Modifier and Type Field Description private Applicable3Codes.ApplyCode3. fnValueMethods in net.hydromatic.morel.eval with parameters of type Applicable3 Modifier and Type Method Description static 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 Applicable3 Constructor Description ApplyCode3(Applicable3 fnValue, Code argCode0, Code argCode1, Code argCode2)
-