Uses of Class
org.ek9lang.antlr.EK9Parser.AllowingOnlyContext
-
Uses of EK9Parser.AllowingOnlyContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.allowingOnly()
EK9Parser.TraitDeclarationContext.allowingOnly()
Modifier and TypeMethodDescriptionvoid
EK9BaseListener.enterAllowingOnly
(EK9Parser.AllowingOnlyContext ctx) Enter a parse tree produced byEK9Parser.allowingOnly()
.void
EK9Listener.enterAllowingOnly
(EK9Parser.AllowingOnlyContext ctx) Enter a parse tree produced byEK9Parser.allowingOnly()
.void
EK9BaseListener.exitAllowingOnly
(EK9Parser.AllowingOnlyContext ctx) Exit a parse tree produced byEK9Parser.allowingOnly()
.void
EK9Listener.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()
.