Uses of Class
org.ek9lang.antlr.EK9Parser.PrimaryContext
Packages that use EK9Parser.PrimaryContext
Package
Description
G - Full Symbol Resolution can now take place.
K - Intermediate Representation Generation.
-
Uses of EK9Parser.PrimaryContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.PrimaryContextModifier and TypeMethodDescriptionEK9Parser.CaseExpressionContext.primary()
EK9Parser.ExpressionContext.primary()
final EK9Parser.PrimaryContext
EK9Parser.primary()
Methods in org.ek9lang.antlr with parameters of type EK9Parser.PrimaryContextModifier 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
Classes in org.ek9lang.compiler.phase3 that implement interfaces with type arguments of type EK9Parser.PrimaryContextModifier and TypeClassDescription(package private) final class
Ensures that 'primary' is now resolved and 'typed' or a not resolved error.Methods in org.ek9lang.compiler.phase3 with parameters of type EK9Parser.PrimaryContextModifier and TypeMethodDescriptionvoid
PrimaryOrError.accept
(EK9Parser.PrimaryContext ctx) void
ExpressionsListener.exitPrimary
(EK9Parser.PrimaryContext ctx) -
Uses of EK9Parser.PrimaryContext in org.ek9lang.compiler.phase7
Classes in org.ek9lang.compiler.phase7 that implement interfaces with type arguments of type EK9Parser.PrimaryContextModifier and TypeClassDescription(package private) final class
Creates the appropriate IR Node for a 'primary'.Methods in org.ek9lang.compiler.phase7 with parameters of type EK9Parser.PrimaryContext