Uses of Class
org.ek9lang.antlr.EK9Parser.AspectDeclarationContext
-
Uses of EK9Parser.AspectDeclarationContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.aspectDeclaration()
EK9Parser.RegisterStatementContext.aspectDeclaration()
Modifier 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()
.