Uses of Class
org.ek9lang.antlr.EK9Parser.WhileStatementExpressionContext
Packages that use EK9Parser.WhileStatementExpressionContext
Package
Description
Common parts of processing that can be reused across various phases.
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.WhileStatementExpressionContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.WhileStatementExpressionContextModifier and TypeMethodDescriptionEK9Parser.AssignmentExpressionContext.whileStatementExpression()EK9Parser.StatementContext.whileStatementExpression()EK9Parser.whileStatementExpression()Methods in org.ek9lang.antlr with parameters of type EK9Parser.WhileStatementExpressionContextModifier and TypeMethodDescriptionvoidEK9BaseListener.enterWhileStatementExpression(EK9Parser.WhileStatementExpressionContext ctx) Enter a parse tree produced byEK9Parser.whileStatementExpression().voidEK9Listener.enterWhileStatementExpression(EK9Parser.WhileStatementExpressionContext ctx) Enter a parse tree produced byEK9Parser.whileStatementExpression().voidEK9BaseListener.exitWhileStatementExpression(EK9Parser.WhileStatementExpressionContext ctx) Exit a parse tree produced byEK9Parser.whileStatementExpression().voidEK9Listener.exitWhileStatementExpression(EK9Parser.WhileStatementExpressionContext ctx) Exit a parse tree produced byEK9Parser.whileStatementExpression().EK9BaseVisitor.visitWhileStatementExpression(EK9Parser.WhileStatementExpressionContext ctx) Visit a parse tree produced byEK9Parser.whileStatementExpression().Visit a parse tree produced byEK9Parser.whileStatementExpression(). -
Uses of EK9Parser.WhileStatementExpressionContext in org.ek9lang.compiler.common
Methods in org.ek9lang.compiler.common with parameters of type EK9Parser.WhileStatementExpressionContextModifier and TypeMethodDescriptionvoidScopeStackConsistencyListener.enterWhileStatementExpression(EK9Parser.WhileStatementExpressionContext ctx) voidAbstractEK9PhaseListener.exitWhileStatementExpression(EK9Parser.WhileStatementExpressionContext ctx) -
Uses of EK9Parser.WhileStatementExpressionContext in org.ek9lang.compiler.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.WhileStatementExpressionContextModifier and TypeMethodDescriptionvoidDefinitionListener.enterWhileStatementExpression(EK9Parser.WhileStatementExpressionContext ctx) voidDefinitionListener.exitWhileStatementExpression(EK9Parser.WhileStatementExpressionContext ctx) -
Uses of EK9Parser.WhileStatementExpressionContext in org.ek9lang.compiler.phase3
Classes in org.ek9lang.compiler.phase3 that implement interfaces with type arguments of type EK9Parser.WhileStatementExpressionContextModifier and TypeClassDescription(package private) final classDeals with checking the 'while' or 'do/while control variable in the statement/expression.(package private) final classEnsures that a while do/while statement/expression is used correctly in or out of an expression.(package private) final classDeals with checking the 'while' or 'do/while statement/expression.Methods in org.ek9lang.compiler.phase3 with parameters of type EK9Parser.WhileStatementExpressionContextModifier and TypeMethodDescriptionvoidProcessWhileControlVariable.accept(EK9Parser.WhileStatementExpressionContext ctx) voidWhileReturnOrError.accept(EK9Parser.WhileStatementExpressionContext ctx) voidWhileStatementExpressionOrError.accept(EK9Parser.WhileStatementExpressionContext ctx) voidExpressionsListener.enterWhileStatementExpression(EK9Parser.WhileStatementExpressionContext ctx) voidExpressionsListener.exitWhileStatementExpression(EK9Parser.WhileStatementExpressionContext ctx) -
Uses of EK9Parser.WhileStatementExpressionContext in org.ek9lang.compiler.phase5
Classes in org.ek9lang.compiler.phase5 that implement interfaces with type arguments of type EK9Parser.WhileStatementExpressionContextModifier and TypeClassDescription(package private) final classDoes checks on the control part of a while loop to see if Optional/Result/Iterator are now safe via method access.(package private) final classChecks the while statement via the code analysers.Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.WhileStatementExpressionContextModifier and TypeMethodDescriptionvoidWhileLoopSafeGenericAccessMarker.accept(EK9Parser.WhileStatementExpressionContext ctx) Assess the control expression to see if it makes the necessary calls to make appropriate generic object methods safe.voidWhileStatementOrError.accept(EK9Parser.WhileStatementExpressionContext ctx) voidPreIRListener.enterWhileStatementExpression(EK9Parser.WhileStatementExpressionContext ctx) voidPreIRListener.exitWhileStatementExpression(EK9Parser.WhileStatementExpressionContext ctx) -
Uses of EK9Parser.WhileStatementExpressionContext in org.ek9lang.compiler.phase7.generator
Classes in org.ek9lang.compiler.phase7.generator that implement interfaces with type arguments of type EK9Parser.WhileStatementExpressionContextModifier and TypeClassDescriptionfinal classGenerates IR for while and do-while loops and expressions using CONTROL_FLOW_CHAIN.Methods in org.ek9lang.compiler.phase7.generator with parameters of type EK9Parser.WhileStatementExpressionContextModifier and TypeMethodDescriptionWhileStatementGenerator.apply(EK9Parser.WhileStatementExpressionContext ctx) -
Uses of EK9Parser.WhileStatementExpressionContext in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support with parameters of type EK9Parser.WhileStatementExpressionContextModifier and TypeMethodDescriptionSymbolFactory.newWhileLoop(EK9Parser.WhileStatementExpressionContext ctx, IScope scope) Create a new while or do/while scoped symbol.