Uses of Record Class
org.kink_lang.kink.internal.program.itree.BranchWithElseItree
Packages that use BranchWithElseItree
Package
Description
Intermediate representation before JVM byte code compilation.
Itree (intermediate tree) representation of Kink programs.
-
Uses of BranchWithElseItree in org.kink_lang.kink.internal.compile.javaclassir
Methods in org.kink_lang.kink.internal.compile.javaclassir with parameters of type BranchWithElseItreeModifier and TypeMethodDescriptionControlGenerator.branchWithElse(BranchWithElseItree itree, BiFunction<Itree, org.kink_lang.kink.internal.compile.javaclassir.ResultContext, List<Insn>> generate, org.kink_lang.kink.internal.compile.javaclassir.ResultContext resultCtx) Generates insns of branch with else.OverriddenControlGenerator.branchWithElse(BranchWithElseItree itree, BiFunction<Itree, org.kink_lang.kink.internal.compile.javaclassir.ResultContext, List<Insn>> generate, org.kink_lang.kink.internal.compile.javaclassir.ResultContext resultCtx) UnchangedControlGenerator.branchWithElse(BranchWithElseItree itree, BiFunction<Itree, org.kink_lang.kink.internal.compile.javaclassir.ResultContext, List<Insn>> generate, org.kink_lang.kink.internal.compile.javaclassir.ResultContext resultCtx) -
Uses of BranchWithElseItree in org.kink_lang.kink.internal.program.itree
Methods in org.kink_lang.kink.internal.program.itree with parameters of type BranchWithElseItreeModifier and TypeMethodDescriptionItreeVisitor.visit(BranchWithElseItree itree) Visits an itree of branch with an else block on the tail context.SkeltonItreeVisitor.visit(BranchWithElseItree branch)