Package net.hydromatic.morel.type
Class Binding
java.lang.Object
net.hydromatic.morel.type.Binding
Binding of a name to a type and a value.
Used in Environment.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateBinding(Core.NamedPat id, Core.Exp exp, Object value, boolean parameter) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static Bindingof(Core.NamedPat id) static Bindingof(Core.NamedPat id, Object value) static Bindingof(Core.NamedPat id, Core.Exp exp) toString()withParameter(boolean parameter)
-
Field Details
-
id
-
exp
-
value
-
parameter
public final boolean parameterIf true, the binding is ignored by inlining.
-
-
Constructor Details
-
Binding
-
-
Method Details