Uses of Record Class
org.kink_lang.kink.internal.compile.javaclassir.AllocationSet
Packages that use AllocationSet
Package
Description
Intermediate representation before JVM byte code compilation.
-
Uses of AllocationSet in org.kink_lang.kink.internal.compile.javaclassir
Methods in org.kink_lang.kink.internal.compile.javaclassir that return AllocationSetModifier and TypeMethodDescriptionstatic AllocationSetAllocationSet.bindingCaptureControlOverridden(UsedDefinedVars vars) Analyzes the vars as of the binding-capture fast fun for the case a local var of a control fun is overridden on the top level.static AllocationSetAllocationSet.bindingCaptureControlUnchanged(UsedDefinedVars vars) Analyzes the vars as of the binding-capture fast fun for the case a local var of a control fun is NOT overridden on the top level.static AllocationSetAllocationSet.valCaptureControlOverridden(UsedDefinedVars vars) Analyzes the vars as of the val-capture fast fun for the case a local var of a control fun is overridden on the top level.static AllocationSetAllocationSet.valCaptureControlUnchanged(UsedDefinedVars vars) Analyzes the vars as of the val-capture fast fun for the case that no local var of a control fun is NOT overridden on the top level.Constructors in org.kink_lang.kink.internal.compile.javaclassir with parameters of type AllocationSetModifierConstructorDescriptionFastLvarAccessGenerator(AllocationSet allocationSet, KeyStrSupplier keySup, TraceAccumulator traceAccum) Constructs a generator.