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.ForLoopContextEK9Parser.forLoop()EK9Parser.ForStatementExpressionContext.forLoop()Methods in org.ek9lang.antlr with parameters of type EK9Parser.ForLoopContextModifier and TypeMethodDescriptionvoidEK9BaseListener.enterForLoop(EK9Parser.ForLoopContext ctx) Enter a parse tree produced byEK9Parser.forLoop().voidEK9Listener.enterForLoop(EK9Parser.ForLoopContext ctx) Enter a parse tree produced byEK9Parser.forLoop().voidEK9BaseListener.exitForLoop(EK9Parser.ForLoopContext ctx) Exit a parse tree produced byEK9Parser.forLoop().voidEK9Listener.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 TypeMethodDescriptionvoidDefinitionListener.enterForLoop(EK9Parser.ForLoopContext ctx) voidReferencesPhase1Listener.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 classDeals 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 TypeMethodDescriptionvoidForLoopOrError.accept(EK9Parser.ForLoopContext ctx) voidExpressionsListener.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.