- java.lang.Object
-
- org.kink_lang.kink.BindingHelper
-
public class BindingHelper extends Object
The helper class of local binding vals.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BindingVal
newBinding()
Returns a new local binding val.
-
-
-
Method Detail
-
newBinding
public BindingVal newBinding()
Returns a new local binding val.- Returns:
- a new local binding val.
-
-