Uses of Class
org.ek9lang.antlr.EK9Parser.PrimaryContext
Packages that use EK9Parser.PrimaryContext
Package
Description
G - Full Symbol Resolution can now take place.
I - PRE Intermediate Representation generation checks.
-
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.PrimaryContextEK9Parser.primary()Methods in org.ek9lang.antlr with parameters of type EK9Parser.PrimaryContextModifier and TypeMethodDescriptionvoidEK9BaseListener.enterPrimary(EK9Parser.PrimaryContext ctx) Enter a parse tree produced byEK9Parser.primary().voidEK9Listener.enterPrimary(EK9Parser.PrimaryContext ctx) Enter a parse tree produced byEK9Parser.primary().voidEK9BaseListener.exitPrimary(EK9Parser.PrimaryContext ctx) Exit a parse tree produced byEK9Parser.primary().voidEK9Listener.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 classEnsures 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 TypeMethodDescriptionvoidPrimaryOrError.accept(EK9Parser.PrimaryContext ctx) voidExpressionsListener.exitPrimary(EK9Parser.PrimaryContext ctx) -
Uses of EK9Parser.PrimaryContext in org.ek9lang.compiler.phase5
Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.PrimaryContext