Uses of Class
org.ek9lang.antlr.EK9Parser.IfStatementContext
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.
-
Uses of EK9Parser.IfStatementContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.ifStatement()
EK9Parser.StatementContext.ifStatement()
Modifier and TypeMethodDescriptionvoid
EK9BaseListener.enterIfStatement
(EK9Parser.IfStatementContext ctx) Enter a parse tree produced byEK9Parser.ifStatement()
.void
EK9Listener.enterIfStatement
(EK9Parser.IfStatementContext ctx) Enter a parse tree produced byEK9Parser.ifStatement()
.void
EK9BaseListener.exitIfStatement
(EK9Parser.IfStatementContext ctx) Exit a parse tree produced byEK9Parser.ifStatement()
.void
EK9Listener.exitIfStatement
(EK9Parser.IfStatementContext ctx) Exit a parse tree produced byEK9Parser.ifStatement()
.EK9BaseVisitor.visitIfStatement
(EK9Parser.IfStatementContext ctx) Visit a parse tree produced byEK9Parser.ifStatement()
.EK9Visitor.visitIfStatement
(EK9Parser.IfStatementContext ctx) Visit a parse tree produced byEK9Parser.ifStatement()
. -
Uses of EK9Parser.IfStatementContext in org.ek9lang.compiler.common
Modifier and TypeMethodDescriptionvoid
ScopeStackConsistencyListener.enterIfStatement
(EK9Parser.IfStatementContext ctx) void
AbstractEK9PhaseListener.exitIfStatement
(EK9Parser.IfStatementContext ctx) protected void
AbstractEK9PhaseListener.pullIfElseTerminationUp
(EK9Parser.IfStatementContext ctx) -
Uses of EK9Parser.IfStatementContext in org.ek9lang.compiler.phase1
Modifier and TypeMethodDescriptionvoid
DefinitionListener.enterIfStatement
(EK9Parser.IfStatementContext ctx) Need to create a local scope for the if statement so that it is possible to detect if all paths result in abnormal termination (i.e.void
DefinitionListener.exitIfStatement
(EK9Parser.IfStatementContext ctx) -
Uses of EK9Parser.IfStatementContext in org.ek9lang.compiler.phase3
Modifier and TypeMethodDescriptionvoid
IfStatementOrError.accept
(EK9Parser.IfStatementContext ctx) void
ExpressionsListener.exitIfStatement
(EK9Parser.IfStatementContext ctx) -
Uses of EK9Parser.IfStatementContext in org.ek9lang.compiler.phase5
Modifier and TypeMethodDescriptionvoid
IfStatementOrError.accept
(EK9Parser.IfStatementContext ctx) void
PreIRListener.exitIfStatement
(EK9Parser.IfStatementContext ctx)