Uses of Class
org.ek9lang.antlr.EK9Parser.ModuleDeclarationContext
Package
Description
Common parts of processing that can be reused across various phases.
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
-
Uses of EK9Parser.ModuleDeclarationContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.CompilationUnitContext.moduleDeclaration()
EK9Parser.moduleDeclaration()
Modifier and TypeMethodDescriptionvoid
EK9BaseListener.enterModuleDeclaration
(EK9Parser.ModuleDeclarationContext ctx) Enter a parse tree produced byEK9Parser.moduleDeclaration()
.void
EK9Listener.enterModuleDeclaration
(EK9Parser.ModuleDeclarationContext ctx) Enter a parse tree produced byEK9Parser.moduleDeclaration()
.void
EK9BaseListener.exitModuleDeclaration
(EK9Parser.ModuleDeclarationContext ctx) Exit a parse tree produced byEK9Parser.moduleDeclaration()
.void
EK9Listener.exitModuleDeclaration
(EK9Parser.ModuleDeclarationContext ctx) Exit a parse tree produced byEK9Parser.moduleDeclaration()
.EK9BaseVisitor.visitModuleDeclaration
(EK9Parser.ModuleDeclarationContext ctx) Visit a parse tree produced byEK9Parser.moduleDeclaration()
.EK9Visitor.visitModuleDeclaration
(EK9Parser.ModuleDeclarationContext ctx) Visit a parse tree produced byEK9Parser.moduleDeclaration()
. -
Uses of EK9Parser.ModuleDeclarationContext in org.ek9lang.compiler.common
Modifier and TypeMethodDescriptionvoid
AbstractEK9PhaseListener.exitModuleDeclaration
(EK9Parser.ModuleDeclarationContext ctx) Ek9SourceVisitor.visitModuleDeclaration
(EK9Parser.ModuleDeclarationContext ctx) -
Uses of EK9Parser.ModuleDeclarationContext in org.ek9lang.compiler.phase1
Modifier and TypeMethodDescriptionvoid
DefinitionListener.enterModuleDeclaration
(EK9Parser.ModuleDeclarationContext ctx)