Uses of Class
org.ek9lang.antlr.EK9Parser.AspectDeclarationContext
Packages that use EK9Parser.AspectDeclarationContext
-
Uses of EK9Parser.AspectDeclarationContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.AspectDeclarationContextModifier and TypeMethodDescriptionEK9Parser.aspectDeclaration()
EK9Parser.RegisterStatementContext.aspectDeclaration()
Methods in org.ek9lang.antlr with parameters of type EK9Parser.AspectDeclarationContextModifier and TypeMethodDescriptionvoid
EK9BaseListener.enterAspectDeclaration
(EK9Parser.AspectDeclarationContext ctx) Enter a parse tree produced byEK9Parser.aspectDeclaration()
.void
EK9Listener.enterAspectDeclaration
(EK9Parser.AspectDeclarationContext ctx) Enter a parse tree produced byEK9Parser.aspectDeclaration()
.void
EK9BaseListener.exitAspectDeclaration
(EK9Parser.AspectDeclarationContext ctx) Exit a parse tree produced byEK9Parser.aspectDeclaration()
.void
EK9Listener.exitAspectDeclaration
(EK9Parser.AspectDeclarationContext ctx) Exit a parse tree produced byEK9Parser.aspectDeclaration()
.EK9BaseVisitor.visitAspectDeclaration
(EK9Parser.AspectDeclarationContext ctx) Visit a parse tree produced byEK9Parser.aspectDeclaration()
.EK9Visitor.visitAspectDeclaration
(EK9Parser.AspectDeclarationContext ctx) Visit a parse tree produced byEK9Parser.aspectDeclaration()
.