Uses of Class
org.ek9lang.antlr.EK9Parser.TernaryPartContext
Packages that use 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
Methods in org.ek9lang.antlr that return EK9Parser.TernaryPartContextModifier and TypeMethodDescriptionEK9Parser.ExpressionContext.ternaryPart
(int i) EK9Parser.ternaryPart()
Methods in org.ek9lang.antlr that return types with arguments of type EK9Parser.TernaryPartContextMethods in org.ek9lang.antlr with parameters of type EK9Parser.TernaryPartContextModifier 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
Methods in org.ek9lang.compiler.common with parameters of type EK9Parser.TernaryPartContextModifier and TypeMethodDescriptionvoid
ScopeStackConsistencyListener.enterTernaryPart
(EK9Parser.TernaryPartContext ctx) void
AbstractEK9PhaseListener.exitTernaryPart
(EK9Parser.TernaryPartContext ctx) -
Uses of EK9Parser.TernaryPartContext in org.ek9lang.compiler.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.TernaryPartContextModifier and TypeMethodDescriptionvoid
DefinitionListener.enterTernaryPart
(EK9Parser.TernaryPartContext ctx) Need to define a scope for the parts of the ternary expressions.