Uses of Class
net.hydromatic.morel.compile.BuiltIn
-
Packages that use BuiltIn Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated.net.hydromatic.morel.eval Evaluates expressions. -
-
Uses of BuiltIn in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile with type parameters of type BuiltIn Modifier and Type Field Description static com.google.common.collect.ImmutableMap<java.lang.String,BuiltIn>BuiltIn. BY_ML_NAMEMethods in net.hydromatic.morel.compile that return BuiltIn Modifier and Type Method Description static BuiltInBuiltIn. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BuiltIn[]BuiltIn. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BuiltIn in net.hydromatic.morel.eval
Fields in net.hydromatic.morel.eval with type parameters of type BuiltIn Modifier and Type Field Description private static com.google.common.collect.ImmutableMap<BuiltIn,java.lang.Object>Codes. BUILT_IN_VALUES
-