Uses of Class
org.ek9lang.compiler.phase7.generator.ForInGenerator
Packages that use ForInGenerator
-
Uses of ForInGenerator in org.ek9lang.compiler.phase7.generator
Fields in org.ek9lang.compiler.phase7.generator declared as ForInGeneratorModifier and TypeFieldDescriptionGeneratorSet.forInGeneratorGenerates IR for for-in loops (for item in collection) using iterator protocol.