Uses of Class
org.ek9lang.antlr.EK9Parser.ForLoopContext
Packages that use EK9Parser.ForLoopContext
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.ForLoopContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.ForLoopContextModifier and TypeMethodDescriptionfinal EK9Parser.ForLoopContext
EK9Parser.forLoop()
EK9Parser.ForStatementExpressionContext.forLoop()
Methods in org.ek9lang.antlr with parameters of type EK9Parser.ForLoopContextModifier and TypeMethodDescriptionvoid
EK9BaseListener.enterForLoop
(EK9Parser.ForLoopContext ctx) Enter a parse tree produced byEK9Parser.forLoop()
.void
EK9Listener.enterForLoop
(EK9Parser.ForLoopContext ctx) Enter a parse tree produced byEK9Parser.forLoop()
.void
EK9BaseListener.exitForLoop
(EK9Parser.ForLoopContext ctx) Exit a parse tree produced byEK9Parser.forLoop()
.void
EK9Listener.exitForLoop
(EK9Parser.ForLoopContext ctx) Exit a parse tree produced byEK9Parser.forLoop()
.EK9BaseVisitor.visitForLoop
(EK9Parser.ForLoopContext ctx) Visit a parse tree produced byEK9Parser.forLoop()
.EK9Visitor.visitForLoop
(EK9Parser.ForLoopContext ctx) Visit a parse tree produced byEK9Parser.forLoop()
. -
Uses of EK9Parser.ForLoopContext in org.ek9lang.compiler.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.ForLoopContextModifier and TypeMethodDescriptionvoid
DefinitionListener.enterForLoop
(EK9Parser.ForLoopContext ctx) void
ReferencesPhase1Listener.enterForLoop
(EK9Parser.ForLoopContext ctx) -
Uses of EK9Parser.ForLoopContext in org.ek9lang.compiler.phase3
Classes in org.ek9lang.compiler.phase3 that implement interfaces with type arguments of type EK9Parser.ForLoopContextModifier and TypeClassDescription(package private) final class
Deals with the for loop for phase 3, which is basically working out the type of the variable being iterated over and ensuring that the expression is something that can be iterated over.Methods in org.ek9lang.compiler.phase3 with parameters of type EK9Parser.ForLoopContextModifier and TypeMethodDescriptionvoid
ForLoopOrError.accept
(EK9Parser.ForLoopContext ctx) void
ExpressionsListener.exitForLoop
(EK9Parser.ForLoopContext ctx) -
Uses of EK9Parser.ForLoopContext in org.ek9lang.compiler.phase5
Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.ForLoopContext -
Uses of EK9Parser.ForLoopContext in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support with parameters of type EK9Parser.ForLoopContextModifier and TypeMethodDescriptionSymbolFactory.newLoopVariable
(EK9Parser.ForLoopContext ctx) Create a new aggregate that represents an EK9 loop variable.