Class Binding.BindingPair
java.lang.Object
org.jfuncmachine.compiler.model.expr.Binding.BindingPair
- Enclosing class:
Binding
An association of a variable name with an expression value
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe name of the variablefinal ExpressionThe value the variable is bound to -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The name of the variable -
value
The value the variable is bound to
-
-
Constructor Details
-
BindingPair
Create a new binding pair- Parameters:
name- The name of the variablevalue- The value the variable is bound to
-