Uses of Record Class
org.kink_lang.kink.internal.program.itree.CondThenPair
Packages that use CondThenPair
Package
Description
Itree (intermediate tree) representation of Kink programs.
-
Uses of CondThenPair in org.kink_lang.kink.internal.program.itree
Methods in org.kink_lang.kink.internal.program.itree that return types with arguments of type CondThenPairModifier and TypeMethodDescriptionBranchItree.condThenPairs()Returns the value of thecondThenPairsrecord component.BranchWithElseItree.condThenPairs()Returns the value of thecondThenPairsrecord component.Constructor parameters in org.kink_lang.kink.internal.program.itree with type arguments of type CondThenPairModifierConstructorDescriptionBranchItree(List<CondThenPair> condThenPairs, int pos) Makes a branch invocation itree without an else block.BranchWithElseItree(List<CondThenPair> condThenPairs, FastFunItree elseThenFun, int pos) Makes a branch invocation itree with an else block.