Uses of Interface
org.kink_lang.kink.internal.compile.javaclassir.MakeFastFunGenerator
Packages that use MakeFastFunGenerator
Package
Description
Intermediate representation before JVM byte code compilation.
-
Uses of MakeFastFunGenerator in org.kink_lang.kink.internal.compile.javaclassir
Classes in org.kink_lang.kink.internal.compile.javaclassir that implement MakeFastFunGeneratorModifier and TypeClassDescriptionclassGenerator of insns of making binding-capture fast fun.classGenerates insns of making val-capturing fast fun.Constructors in org.kink_lang.kink.internal.compile.javaclassir with parameters of type MakeFastFunGeneratorModifierConstructorDescriptionInFastFunLetRecGenerator(LvarAccessGenerator lvarAccGen, MakeFastFunGenerator makeFunGen) Constructs generator.InsnsGenerator(Vm vm, String programName, String programText, BindingGenerator bindingGen, LvarAccessGenerator lvarAccGen, MakeFastFunGenerator makeFastFunGen, LetRecGenerator letRecGen, ControlGenerator controlGen, KeyStrSupplier keySup, TraceAccumulator traceAccum, ProgramCounterSupplier pcSup, ChildJcirAccumulator jcirAccum) Constructs a generator.