Uses of Class
org.ek9lang.antlr.EK9Parser.TernaryPartContext
Package
Description
Common parts of processing that can be reused across various phases.
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
-
Uses of EK9Parser.TernaryPartContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.ExpressionContext.ternaryPart
(int i) EK9Parser.ternaryPart()
Modifier and TypeMethodDescriptionvoid
EK9BaseListener.enterTernaryPart
(EK9Parser.TernaryPartContext ctx) Enter a parse tree produced byEK9Parser.ternaryPart()
.void
EK9Listener.enterTernaryPart
(EK9Parser.TernaryPartContext ctx) Enter a parse tree produced byEK9Parser.ternaryPart()
.void
EK9BaseListener.exitTernaryPart
(EK9Parser.TernaryPartContext ctx) Exit a parse tree produced byEK9Parser.ternaryPart()
.void
EK9Listener.exitTernaryPart
(EK9Parser.TernaryPartContext ctx) Exit a parse tree produced byEK9Parser.ternaryPart()
.EK9BaseVisitor.visitTernaryPart
(EK9Parser.TernaryPartContext ctx) Visit a parse tree produced byEK9Parser.ternaryPart()
.EK9Visitor.visitTernaryPart
(EK9Parser.TernaryPartContext ctx) Visit a parse tree produced byEK9Parser.ternaryPart()
. -
Uses of EK9Parser.TernaryPartContext in org.ek9lang.compiler.common
Modifier and TypeMethodDescriptionvoid
ScopeStackConsistencyListener.enterTernaryPart
(EK9Parser.TernaryPartContext ctx) void
AbstractEK9PhaseListener.exitTernaryPart
(EK9Parser.TernaryPartContext ctx) -
Uses of EK9Parser.TernaryPartContext in org.ek9lang.compiler.phase1
Modifier and TypeMethodDescriptionvoid
DefinitionListener.enterTernaryPart
(EK9Parser.TernaryPartContext ctx) Need to define a scope for the parts of the ternary expressions.