Uses of Class
org.ek9lang.antlr.EK9Parser.CaseExpressionContext
Packages that use EK9Parser.CaseExpressionContext
Package
Description
G - Full Symbol Resolution can now take place.
I - PRE Intermediate Representation generation checks.
-
Uses of EK9Parser.CaseExpressionContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.CaseExpressionContextModifier and TypeMethodDescriptionEK9Parser.caseExpression()
EK9Parser.CaseStatementContext.caseExpression
(int i) Methods in org.ek9lang.antlr that return types with arguments of type EK9Parser.CaseExpressionContextMethods in org.ek9lang.antlr with parameters of type EK9Parser.CaseExpressionContextModifier and TypeMethodDescriptionvoid
EK9BaseListener.enterCaseExpression
(EK9Parser.CaseExpressionContext ctx) Enter a parse tree produced byEK9Parser.caseExpression()
.void
EK9Listener.enterCaseExpression
(EK9Parser.CaseExpressionContext ctx) Enter a parse tree produced byEK9Parser.caseExpression()
.void
EK9BaseListener.exitCaseExpression
(EK9Parser.CaseExpressionContext ctx) Exit a parse tree produced byEK9Parser.caseExpression()
.void
EK9Listener.exitCaseExpression
(EK9Parser.CaseExpressionContext ctx) Exit a parse tree produced byEK9Parser.caseExpression()
.EK9BaseVisitor.visitCaseExpression
(EK9Parser.CaseExpressionContext ctx) Visit a parse tree produced byEK9Parser.caseExpression()
.EK9Visitor.visitCaseExpression
(EK9Parser.CaseExpressionContext ctx) Visit a parse tree produced byEK9Parser.caseExpression()
. -
Uses of EK9Parser.CaseExpressionContext in org.ek9lang.compiler.phase3
Methods in org.ek9lang.compiler.phase3 with parameters of type EK9Parser.CaseExpressionContextModifier and TypeMethodDescriptionvoid
CaseExpressionOrError.accept
(EK9Parser.CaseExpressionContext ctx) Need to ensure each or any of these has a type and record it against this context.void
ExpressionsListener.exitCaseExpression
(EK9Parser.CaseExpressionContext ctx) -
Uses of EK9Parser.CaseExpressionContext in org.ek9lang.compiler.phase5
Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.CaseExpressionContextModifier and TypeMethodDescriptionvoid
PreIRListener.enterCaseExpression
(EK9Parser.CaseExpressionContext ctx)