Uses of Class
org.ek9lang.antlr.EK9Parser.AllowingOnlyContext
Packages that use EK9Parser.AllowingOnlyContext
Package
Description
F - Resolution of Explicitly Defined Type Symbols - at this point phase3 processing should have defined
most of the explicitly defined symbols, so they should be resolvable.
-
Uses of EK9Parser.AllowingOnlyContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.AllowingOnlyContextModifier and TypeMethodDescriptionEK9Parser.allowingOnly()EK9Parser.ClassDeclarationContext.allowingOnly()EK9Parser.TraitDeclarationContext.allowingOnly()Methods in org.ek9lang.antlr with parameters of type EK9Parser.AllowingOnlyContextModifier and TypeMethodDescriptionvoidEK9BaseListener.enterAllowingOnly(EK9Parser.AllowingOnlyContext ctx) Enter a parse tree produced byEK9Parser.allowingOnly().voidEK9Listener.enterAllowingOnly(EK9Parser.AllowingOnlyContext ctx) Enter a parse tree produced byEK9Parser.allowingOnly().voidEK9BaseListener.exitAllowingOnly(EK9Parser.AllowingOnlyContext ctx) Exit a parse tree produced byEK9Parser.allowingOnly().voidEK9Listener.exitAllowingOnly(EK9Parser.AllowingOnlyContext ctx) Exit a parse tree produced byEK9Parser.allowingOnly().EK9BaseVisitor.visitAllowingOnly(EK9Parser.AllowingOnlyContext ctx) Visit a parse tree produced byEK9Parser.allowingOnly().EK9Visitor.visitAllowingOnly(EK9Parser.AllowingOnlyContext ctx) Visit a parse tree produced byEK9Parser.allowingOnly(). -
Uses of EK9Parser.AllowingOnlyContext in org.ek9lang.compiler.phase2
Classes in org.ek9lang.compiler.phase2 that implement interfaces with type arguments of type EK9Parser.AllowingOnlyContextModifier and TypeClassDescription(package private) final classResolves each class in an 'allowingOnly' list (checking it is a suitable CLASS genus) and registers it as an allowed extender of the supplied aggregate.Methods in org.ek9lang.compiler.phase2 with parameters of type EK9Parser.AllowingOnlyContextModifier and TypeMethodDescriptionvoidApplyAllowingOnlyOrError.accept(EK9Parser.AllowingOnlyContext allowingOnly, AggregateWithTraitsSymbol target)