Uses of Class
org.ek9lang.antlr.EK9Parser.ModuleDeclarationContext
Packages that use EK9Parser.ModuleDeclarationContext
Package
Description
Common parts of processing that can be reused across various phases.
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
Contains critical general components used in the
Ek9Compiler
listeners.-
Uses of EK9Parser.ModuleDeclarationContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.ModuleDeclarationContextModifier and TypeMethodDescriptionEK9Parser.CompilationUnitContext.moduleDeclaration()
EK9Parser.moduleDeclaration()
Methods in org.ek9lang.antlr with parameters of type EK9Parser.ModuleDeclarationContextModifier 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
Methods in org.ek9lang.compiler.common with parameters of type EK9Parser.ModuleDeclarationContextModifier and TypeMethodDescriptionvoid
AbstractEK9PhaseListener.exitModuleDeclaration
(EK9Parser.ModuleDeclarationContext ctx) Ek9SourceVisitor.visitModuleDeclaration
(EK9Parser.ModuleDeclarationContext ctx) -
Uses of EK9Parser.ModuleDeclarationContext in org.ek9lang.compiler.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.ModuleDeclarationContextModifier and TypeMethodDescriptionvoid
DefinitionListener.enterModuleDeclaration
(EK9Parser.ModuleDeclarationContext ctx) -
Uses of EK9Parser.ModuleDeclarationContext in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support with parameters of type EK9Parser.ModuleDeclarationContextModifier and TypeMethodDescriptionOperationFactory.newAny
(EK9Parser.ModuleDeclarationContext ctx) SymbolFactory.newAny
(EK9Parser.ModuleDeclarationContext ctx) Creates the builtin 'Any' type super of 'things'.