Uses of Record Class
org.ek9lang.compiler.ir.instructions.ForRangePolymorphicInstr.AscendingCase
Packages that use ForRangePolymorphicInstr.AscendingCase
-
Uses of ForRangePolymorphicInstr.AscendingCase in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return ForRangePolymorphicInstr.AscendingCaseModifier and TypeMethodDescriptionForRangePolymorphicInstr.DispatchCases.ascending()Returns the value of theascendingrecord component.Constructors in org.ek9lang.compiler.ir.instructions with parameters of type ForRangePolymorphicInstr.AscendingCaseModifierConstructorDescriptionDispatchCases(ForRangePolymorphicInstr.AscendingCase ascending, ForRangePolymorphicInstr.DescendingCase descending, ForRangePolymorphicInstr.EqualCase equal) Creates an instance of aDispatchCasesrecord class.