Uses of Class
org.ek9lang.antlr.EK9Parser.PrimaryContext
Package
Description
G - Full Symbol Resolution can now take place.
-
Uses of EK9Parser.PrimaryContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.CaseExpressionContext.primary()
EK9Parser.ExpressionContext.primary()
final EK9Parser.PrimaryContext
EK9Parser.primary()
Modifier and TypeMethodDescriptionvoid
EK9BaseListener.enterPrimary
(EK9Parser.PrimaryContext ctx) Enter a parse tree produced byEK9Parser.primary()
.void
EK9Listener.enterPrimary
(EK9Parser.PrimaryContext ctx) Enter a parse tree produced byEK9Parser.primary()
.void
EK9BaseListener.exitPrimary
(EK9Parser.PrimaryContext ctx) Exit a parse tree produced byEK9Parser.primary()
.void
EK9Listener.exitPrimary
(EK9Parser.PrimaryContext ctx) Exit a parse tree produced byEK9Parser.primary()
.EK9BaseVisitor.visitPrimary
(EK9Parser.PrimaryContext ctx) Visit a parse tree produced byEK9Parser.primary()
.EK9Visitor.visitPrimary
(EK9Parser.PrimaryContext ctx) Visit a parse tree produced byEK9Parser.primary()
. -
Uses of EK9Parser.PrimaryContext in org.ek9lang.compiler.phase3
Modifier and TypeMethodDescriptionvoid
PrimaryOrError.accept
(EK9Parser.PrimaryContext ctx) void
ExpressionsListener.exitPrimary
(EK9Parser.PrimaryContext ctx)