Uses of Record Class
org.kink_lang.kink.internal.program.itree.SlowFunItree
Packages that use SlowFunItree
Package
Description
Intermediate representation before JVM byte code compilation.
Itree (intermediate tree) representation of Kink programs.
Provides optimizers of itrees.
-
Uses of SlowFunItree in org.kink_lang.kink.internal.compile.javaclassir
Methods in org.kink_lang.kink.internal.compile.javaclassir with parameters of type SlowFunItreeModifier and TypeMethodDescriptionSlowFunCompiler.compile(SlowFunItree fun) Compiles a slow fun into JavaClassIr. -
Uses of SlowFunItree in org.kink_lang.kink.internal.program.itree
Methods in org.kink_lang.kink.internal.program.itree with parameters of type SlowFunItreeModifier and TypeMethodDescriptionItreeVisitor.visit(SlowFunItree fun) Visits a fun itree.SkeltonItreeVisitor.visit(SlowFunItree fun) -
Uses of SlowFunItree in org.kink_lang.kink.internal.program.itreeoptimize
Methods in org.kink_lang.kink.internal.program.itreeoptimize with parameters of type SlowFunItreeModifier and TypeMethodDescriptionSsafyOptimizer.visit(SlowFunItree itree) TemplateArgsPassingOptimizer.visit(SlowFunItree fun)