Uses of Class
org.ek9lang.antlr.EK9Parser.CaseExpressionContext
Packages that use EK9Parser.CaseExpressionContext
Package
Description
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
I - PRE Intermediate Representation generation checks.
Contains critical general components used in the
Ek9Compiler listeners.-
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 TypeMethodDescriptionvoidEK9BaseListener.enterCaseExpression(EK9Parser.CaseExpressionContext ctx) Enter a parse tree produced byEK9Parser.caseExpression().voidEK9Listener.enterCaseExpression(EK9Parser.CaseExpressionContext ctx) Enter a parse tree produced byEK9Parser.caseExpression().voidEK9BaseListener.exitCaseExpression(EK9Parser.CaseExpressionContext ctx) Exit a parse tree produced byEK9Parser.caseExpression().voidEK9Listener.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.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.CaseExpressionContextModifier and TypeMethodDescriptionvoidDefinitionListener.enterCaseExpression(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 TypeMethodDescriptionvoidPreIRListener.enterCaseExpression(EK9Parser.CaseExpressionContext ctx) -
Uses of EK9Parser.CaseExpressionContext in org.ek9lang.compiler.phase7.generator
Method parameters in org.ek9lang.compiler.phase7.generator with type arguments of type EK9Parser.CaseExpressionContextModifier and TypeMethodDescriptionSwitchCaseOrChainGenerator.generateOrChain(List<EK9Parser.CaseExpressionContext> caseExpressions, SwitchStatementGenerator.EvalVariable evalVariable, String conditionScopeId) Generate OR chain for multiple case expressions with short-circuit evaluation. -
Uses of EK9Parser.CaseExpressionContext in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support with parameters of type EK9Parser.CaseExpressionContextModifier and TypeMethodDescriptionOperationFactory.newCaseExpressionCall(EK9Parser.CaseExpressionContext ctx, IScope scope) New CallSymbol for switch case expression operator.SymbolFactory.newCaseExpressionCall(EK9Parser.CaseExpressionContext ctx, IScope scope) Create a new CallSymbol for switch case expression operator.