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