Module org.kink_lang.kink
Interface BindingGenerator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Generates insns of
\binding
.-
Field Summary
Modifier and TypeFieldDescriptionstatic final BindingGenerator
In a top level fun, the binding is stored in valField0 field.static final BindingGenerator
In a fast fun, the binding should not be produced.static final BindingGenerator
In a slow fun, the binding is stored in the stack; just after args. -
Method Summary
-
Field Details
-
STACK
In a slow fun, the binding is stored in the stack; just after args. -
FIELD
In a top level fun, the binding is stored in valField0 field. -
NOT_AVAILABLE
In a fast fun, the binding should not be produced.
-
-
Method Details
-
generateBinding
Returns the insns.- Returns:
- the insns.
-