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