Uses of Interface
net.hydromatic.morel.foreign.ForeignValue
-
Packages that use ForeignValue Package Description net.hydromatic.morel Standard ML interpreter, implemented in Java.net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated.net.hydromatic.morel.foreign Provides access to external data sources. -
-
Uses of ForeignValue in net.hydromatic.morel
Fields in net.hydromatic.morel with type parameters of type ForeignValue Modifier and Type Field Description private java.util.Map<java.lang.String,ForeignValue>Main. valueMapprivate com.google.common.collect.ImmutableMap<java.lang.String,ForeignValue>Shell. valueMapConstructor parameters in net.hydromatic.morel with type arguments of type ForeignValue Constructor Description Main(java.lang.String[] args, java.io.InputStream in, java.io.PrintStream out, java.util.Map<java.lang.String,ForeignValue> valueMap)Creates a Main.Main(java.lang.String[] args, java.io.Reader in, java.io.Writer out, java.util.Map<java.lang.String,ForeignValue> valueMap)Creates a Main. -
Uses of ForeignValue in net.hydromatic.morel.compile
Method parameters in net.hydromatic.morel.compile with type arguments of type ForeignValue Modifier and Type Method Description private static java.lang.Iterable<Binding>Compiles. bindings(TypeSystem typeSystem, java.util.Map<java.lang.String,ForeignValue> map)static EnvironmentCompiles. createEnvironment(TypeSystem typeSystem, java.util.Map<java.lang.String,ForeignValue> valueMap)Creates an environment containing the given foreign values.static TypeResolver.ResolvedCompiles. validateExpression(Ast.Exp exp, java.util.Map<java.lang.String,ForeignValue> valueMap)Validates an expression, deducing its type and perhaps rewriting the expression to a form that can more easily be compiled. -
Uses of ForeignValue in net.hydromatic.morel.foreign
Classes in net.hydromatic.morel.foreign that implement ForeignValue Modifier and Type Class Description classCalciteForeignValueValue based on a Calcite schema.
-