Uses of Class
org.ek9lang.antlr.EK9Parser.PrimaryReferenceContext
Packages that use EK9Parser.PrimaryReferenceContext
Package
Description
G - Full Symbol Resolution can now take place.
I - PRE Intermediate Representation generation checks.
-
Uses of EK9Parser.PrimaryReferenceContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.PrimaryReferenceContextModifier and TypeMethodDescriptionEK9Parser.AssignmentStatementContext.primaryReference()EK9Parser.CallContext.primaryReference()EK9Parser.ObjectAccessStartContext.primaryReference()EK9Parser.PrimaryContext.primaryReference()EK9Parser.primaryReference()Methods in org.ek9lang.antlr with parameters of type EK9Parser.PrimaryReferenceContextModifier and TypeMethodDescriptionvoidEK9BaseListener.enterPrimaryReference(EK9Parser.PrimaryReferenceContext ctx) Enter a parse tree produced byEK9Parser.primaryReference().voidEK9Listener.enterPrimaryReference(EK9Parser.PrimaryReferenceContext ctx) Enter a parse tree produced byEK9Parser.primaryReference().voidEK9BaseListener.exitPrimaryReference(EK9Parser.PrimaryReferenceContext ctx) Exit a parse tree produced byEK9Parser.primaryReference().voidEK9Listener.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
Classes in org.ek9lang.compiler.phase3 that implement interfaces with type arguments of type EK9Parser.PrimaryReferenceContextModifier and TypeClassDescription(package private) final classChecks and assigns type a 'this' or 'super' symbol, but only if it valid.Methods in org.ek9lang.compiler.phase3 with parameters of type EK9Parser.PrimaryReferenceContextModifier and TypeMethodDescriptionvoidThisOrSuperOrError.accept(EK9Parser.PrimaryReferenceContext ctx) voidExpressionsListener.exitPrimaryReference(EK9Parser.PrimaryReferenceContext ctx) -
Uses of EK9Parser.PrimaryReferenceContext in org.ek9lang.compiler.phase5
Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.PrimaryReferenceContextModifier and TypeMethodDescriptionvoidPreIRListener.enterPrimaryReference(EK9Parser.PrimaryReferenceContext ctx) -
Uses of EK9Parser.PrimaryReferenceContext in org.ek9lang.compiler.phase7.support
Methods in org.ek9lang.compiler.phase7.support that return EK9Parser.PrimaryReferenceContextModifier and TypeMethodDescriptionPrimaryReferenceProcessingDetails.ctx()Returns the value of thectxrecord component.Constructors in org.ek9lang.compiler.phase7.support with parameters of type EK9Parser.PrimaryReferenceContextModifierConstructorDescriptionPrimaryReferenceProcessingDetails(EK9Parser.PrimaryReferenceContext ctx, String resultVariable) Creates an instance of aPrimaryReferenceProcessingDetailsrecord class.