Uses of Class
org.ek9lang.antlr.EK9Parser.PrimaryReferenceContext
Package
Description
G - Full Symbol Resolution can now take place.
-
Uses of EK9Parser.PrimaryReferenceContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.AssignmentStatementContext.primaryReference()
EK9Parser.CallContext.primaryReference()
EK9Parser.ObjectAccessStartContext.primaryReference()
EK9Parser.PrimaryContext.primaryReference()
EK9Parser.primaryReference()
Modifier and TypeMethodDescriptionvoid
EK9BaseListener.enterPrimaryReference
(EK9Parser.PrimaryReferenceContext ctx) Enter a parse tree produced byEK9Parser.primaryReference()
.void
EK9Listener.enterPrimaryReference
(EK9Parser.PrimaryReferenceContext ctx) Enter a parse tree produced byEK9Parser.primaryReference()
.void
EK9BaseListener.exitPrimaryReference
(EK9Parser.PrimaryReferenceContext ctx) Exit a parse tree produced byEK9Parser.primaryReference()
.void
EK9Listener.exitPrimaryReference
(EK9Parser.PrimaryReferenceContext ctx) Exit a parse tree produced byEK9Parser.primaryReference()
.EK9BaseVisitor.visitPrimaryReference
(EK9Parser.PrimaryReferenceContext ctx) Visit a parse tree produced byEK9Parser.primaryReference()
.EK9Visitor.visitPrimaryReference
(EK9Parser.PrimaryReferenceContext ctx) Visit a parse tree produced byEK9Parser.primaryReference()
. -
Uses of EK9Parser.PrimaryReferenceContext in org.ek9lang.compiler.phase3
Modifier and TypeMethodDescriptionvoid
ThisOrSuperOrError.accept
(EK9Parser.PrimaryReferenceContext ctx) void
ExpressionsListener.exitPrimaryReference
(EK9Parser.PrimaryReferenceContext ctx)