Uses of Record Class
org.ek9lang.compiler.ir.instructions.ForRangePolymorphicInstr.DispatchCases
Packages that use ForRangePolymorphicInstr.DispatchCases
-
Uses of ForRangePolymorphicInstr.DispatchCases in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return ForRangePolymorphicInstr.DispatchCasesMethods in org.ek9lang.compiler.ir.instructions with parameters of type ForRangePolymorphicInstr.DispatchCasesModifier and TypeMethodDescriptionstatic ForRangePolymorphicInstrForRangePolymorphicInstr.forRangePolymorphic(List<IRInstr> initializationInstructions, ForRangePolymorphicInstr.DispatchCases dispatchCases, ForRangePolymorphicInstr.LoopMetadata metadata, List<IRInstr> bodyInstructions, ForRangePolymorphicInstr.ScopeMetadata scopeMetadata, DebugInfo debugInfo) Create a polymorphic for-range loop instruction.