Uses of Enum Class
org.kink_lang.kink.internal.program.itree.BiArithmeticItree.Op
Packages that use BiArithmeticItree.Op
Package
Description
Itree (intermediate tree) representation of Kink programs.
-
Uses of BiArithmeticItree.Op in org.kink_lang.kink.internal.program.itree
Methods in org.kink_lang.kink.internal.program.itree that return BiArithmeticItree.OpModifier and TypeMethodDescriptionBiArithmeticItree.op()Returns the value of theoprecord component.static BiArithmeticItree.OpReturns the enum constant of this class with the specified name.static BiArithmeticItree.Op[]BiArithmeticItree.Op.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.kink_lang.kink.internal.program.itree with parameters of type BiArithmeticItree.OpModifierConstructorDescriptionBiArithmeticItree(Itree recv, BiArithmeticItree.Op op, BigDecimal arg, int pos) Creates an instance of aBiArithmeticItreerecord class.