Uses of Class
org.ek9lang.antlr.EK9Parser.ForRangeContext
Packages that use EK9Parser.ForRangeContext
Package
Description
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
G - Full Symbol Resolution can now take place.
I - PRE Intermediate Representation generation checks.
Contains critical general components used in the
Ek9Compiler
listeners.-
Uses of EK9Parser.ForRangeContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.ForRangeContextModifier and TypeMethodDescriptionEK9Parser.forRange()
EK9Parser.ForStatementExpressionContext.forRange()
EK9Parser.StreamForContext.forRange()
Methods in org.ek9lang.antlr with parameters of type EK9Parser.ForRangeContextModifier and TypeMethodDescriptionvoid
EK9BaseListener.enterForRange
(EK9Parser.ForRangeContext ctx) Enter a parse tree produced byEK9Parser.forRange()
.void
EK9Listener.enterForRange
(EK9Parser.ForRangeContext ctx) Enter a parse tree produced byEK9Parser.forRange()
.void
EK9BaseListener.exitForRange
(EK9Parser.ForRangeContext ctx) Exit a parse tree produced byEK9Parser.forRange()
.void
EK9Listener.exitForRange
(EK9Parser.ForRangeContext ctx) Exit a parse tree produced byEK9Parser.forRange()
.EK9BaseVisitor.visitForRange
(EK9Parser.ForRangeContext ctx) Visit a parse tree produced byEK9Parser.forRange()
.EK9Visitor.visitForRange
(EK9Parser.ForRangeContext ctx) Visit a parse tree produced byEK9Parser.forRange()
. -
Uses of EK9Parser.ForRangeContext in org.ek9lang.compiler.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.ForRangeContextModifier and TypeMethodDescriptionvoid
DefinitionListener.enterForRange
(EK9Parser.ForRangeContext ctx) void
ReferencesPhase1Listener.enterForRange
(EK9Parser.ForRangeContext ctx) -
Uses of EK9Parser.ForRangeContext in org.ek9lang.compiler.phase3
Classes in org.ek9lang.compiler.phase3 that implement interfaces with type arguments of type EK9Parser.ForRangeContextModifier and TypeClassDescription(package private) final class
Pulls the type from the 'range' into the loop variable, so it is correctly typed or emits an error.Methods in org.ek9lang.compiler.phase3 with parameters of type EK9Parser.ForRangeContextModifier and TypeMethodDescriptionvoid
ForRangeOrError.accept
(EK9Parser.ForRangeContext ctx) void
ExpressionsListener.exitForRange
(EK9Parser.ForRangeContext ctx) -
Uses of EK9Parser.ForRangeContext in org.ek9lang.compiler.phase5
Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.ForRangeContextModifier and TypeMethodDescriptionvoid
PreIRListener.enterForRange
(EK9Parser.ForRangeContext ctx) -
Uses of EK9Parser.ForRangeContext in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support with parameters of type EK9Parser.ForRangeContextModifier and TypeMethodDescriptionSymbolFactory.newLoopVariable
(EK9Parser.ForRangeContext ctx) Create a new aggregate that represents an EK9 loop variable for a range.