Module org.kink_lang.kink
Interface Allocation
- All Known Implementing Classes:
Allocation.Arg,Allocation.Field,Allocation.Preloaded,Allocation.Recv,Allocation.Stack,Allocation.Unused
public sealed interface Allocation
permits Allocation.Recv, Allocation.Arg, Allocation.Stack, Allocation.Field, Allocation.Preloaded, Allocation.Unused
Where the local var is stored?
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordThe local var is an arg of the fun call.static final recordThe local var is placed on the field of the compiled fun class.static final recordIt is a preloaded fun.static final recordThe local var is the recv of the fun call.static final recordThe local var is placed on the data stack.static final recordIt is not used / not stored.