Uses of Class
org.ek9lang.antlr.EK9Parser.PreFlowAndControlContext
Packages that use EK9Parser.PreFlowAndControlContext
Package
Description
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
I - PRE Intermediate Representation generation checks.
-
Uses of EK9Parser.PreFlowAndControlContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.PreFlowAndControlContextModifier and TypeMethodDescriptionEK9Parser.IfControlBlockContext.preFlowAndControl()EK9Parser.preFlowAndControl()EK9Parser.SwitchStatementExpressionContext.preFlowAndControl()Methods in org.ek9lang.antlr with parameters of type EK9Parser.PreFlowAndControlContextModifier and TypeMethodDescriptionvoidEK9BaseListener.enterPreFlowAndControl(EK9Parser.PreFlowAndControlContext ctx) Enter a parse tree produced byEK9Parser.preFlowAndControl().voidEK9Listener.enterPreFlowAndControl(EK9Parser.PreFlowAndControlContext ctx) Enter a parse tree produced byEK9Parser.preFlowAndControl().voidEK9BaseListener.exitPreFlowAndControl(EK9Parser.PreFlowAndControlContext ctx) Exit a parse tree produced byEK9Parser.preFlowAndControl().voidEK9Listener.exitPreFlowAndControl(EK9Parser.PreFlowAndControlContext ctx) Exit a parse tree produced byEK9Parser.preFlowAndControl().EK9BaseVisitor.visitPreFlowAndControl(EK9Parser.PreFlowAndControlContext ctx) Visit a parse tree produced byEK9Parser.preFlowAndControl().EK9Visitor.visitPreFlowAndControl(EK9Parser.PreFlowAndControlContext ctx) Visit a parse tree produced byEK9Parser.preFlowAndControl(). -
Uses of EK9Parser.PreFlowAndControlContext in org.ek9lang.compiler.phase1
Classes in org.ek9lang.compiler.phase1 that implement interfaces with type arguments of type EK9Parser.PreFlowAndControlContextModifier and TypeClassDescription(package private) final classBecause the grammar for pre-flow and control allows both the pre-flow and the control to be omitted it is necessary to check that at least one part is present.Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.PreFlowAndControlContextModifier and TypeMethodDescriptionvoidValidPreFlowAndControlOrError.accept(EK9Parser.PreFlowAndControlContext ctx) voidDefinitionListener.enterPreFlowAndControl(EK9Parser.PreFlowAndControlContext ctx) -
Uses of EK9Parser.PreFlowAndControlContext in org.ek9lang.compiler.phase5
Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.PreFlowAndControlContextModifier and TypeMethodDescriptionPossibleExpressionConstruct.getGuardExpressionVariable(EK9Parser.PreFlowAndControlContext ctx)