Uses of Interface
net.hydromatic.morel.foreign.ForeignValue
Packages that use ForeignValue
Package
Description
Standard ML interpreter, implemented in Java.
Validates programs
(represented as
AstNode),
deduces their type,
and compiles them into code that can be evaluated.Provides access to external data sources.
-
Uses of ForeignValue in net.hydromatic.morel
Fields in net.hydromatic.morel with type parameters of type ForeignValueModifier and TypeFieldDescriptionprivate final Map<String, ForeignValue> Main.valueMapprivate final com.google.common.collect.ImmutableMap<String, ForeignValue> Shell.ConfigImpl.valueMapMethod parameters in net.hydromatic.morel with type arguments of type ForeignValueModifier and TypeMethodDescriptionShell.Config.withValueMap(Map<String, ForeignValue> valueMap) Shell.ConfigImpl.withValueMap(Map<String, ForeignValue> valueMap) Constructor parameters in net.hydromatic.morel with type arguments of type ForeignValueModifierConstructorDescriptionprivateConfigImpl(boolean banner, boolean dumb, boolean system, boolean echo, boolean help, com.google.common.collect.ImmutableMap<String, ForeignValue> valueMap, File directory, Runnable pauseFn, int maxUseDepth) Main(List<String> args, InputStream in, PrintStream out, Map<String, ForeignValue> valueMap, Map<Prop, Object> propMap, boolean idempotent) Creates a Main.Main(List<String> argList, Reader in, Writer out, Map<String, ForeignValue> valueMap, Map<Prop, Object> propMap, boolean idempotent) Creates a Main. -
Uses of ForeignValue in net.hydromatic.morel.compile
Method parameters in net.hydromatic.morel.compile with type arguments of type ForeignValueModifier and TypeMethodDescriptionprivate static EnvironmentEnvironments.env(Environment environment, TypeSystem typeSystem, @Nullable Session session, Map<String, ForeignValue> valueMap) Creates a compilation environment, including built-ins and foreign values.static EnvironmentEnvironments.env(TypeSystem typeSystem, @Nullable Session session, Map<String, ForeignValue> valueMap) Creates an environment containing built-ins and the given foreign values.private static voidEnvironments.foreignBindings(TypeSystem typeSystem, Map<String, ForeignValue> map, List<Binding> bindings) -
Uses of ForeignValue in net.hydromatic.morel.foreign
Classes in net.hydromatic.morel.foreign that implement ForeignValueFields in net.hydromatic.morel.foreign with type parameters of type ForeignValueModifier and TypeFieldDescription(package private) final com.google.common.collect.ImmutableMap<String, ForeignValue> Calcite.CalciteMap.valueMapMethods in net.hydromatic.morel.foreign that return ForeignValueModifier and TypeMethodDescriptionDataSet.foreignValue(Calcite calcite) Returns this data set as a foreign value.Methods in net.hydromatic.morel.foreign that return types with arguments of type ForeignValueModifier and TypeMethodDescriptionCalcite.CalciteMap.foreignValues()Calcite.foreignValues()Returns foreign values.