Uses of Class
org.ek9lang.antlr.EK9Parser.PackageBlockContext
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.PackageBlockContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.ModuleBlockContext.packageBlock()
EK9Parser.packageBlock()
Modifier and TypeMethodDescriptionvoid
EK9BaseListener.enterPackageBlock
(EK9Parser.PackageBlockContext ctx) Enter a parse tree produced byEK9Parser.packageBlock()
.void
EK9Listener.enterPackageBlock
(EK9Parser.PackageBlockContext ctx) Enter a parse tree produced byEK9Parser.packageBlock()
.void
EK9BaseListener.exitPackageBlock
(EK9Parser.PackageBlockContext ctx) Exit a parse tree produced byEK9Parser.packageBlock()
.void
EK9Listener.exitPackageBlock
(EK9Parser.PackageBlockContext ctx) Exit a parse tree produced byEK9Parser.packageBlock()
.EK9BaseVisitor.visitPackageBlock
(EK9Parser.PackageBlockContext ctx) Visit a parse tree produced byEK9Parser.packageBlock()
.EK9Visitor.visitPackageBlock
(EK9Parser.PackageBlockContext ctx) Visit a parse tree produced byEK9Parser.packageBlock()
. -
Uses of EK9Parser.PackageBlockContext in org.ek9lang.compiler.common
Modifier and TypeMethodDescriptionvoid
ScopeStackConsistencyListener.enterPackageBlock
(EK9Parser.PackageBlockContext ctx) void
AbstractEK9PhaseListener.exitPackageBlock
(EK9Parser.PackageBlockContext ctx) Ek9SourceVisitor.visitPackageBlock
(EK9Parser.PackageBlockContext ctx) -
Uses of EK9Parser.PackageBlockContext in org.ek9lang.compiler.phase1
Modifier and TypeMethodDescriptionvoid
DefinitionListener.enterPackageBlock
(EK9Parser.PackageBlockContext ctx) void
DefinitionListener.exitPackageBlock
(EK9Parser.PackageBlockContext ctx) -
Uses of EK9Parser.PackageBlockContext in org.ek9lang.compiler.support
Modifier and TypeMethodDescriptionSymbolFactory.newPackage
(EK9Parser.PackageBlockContext ctx) Create a new EK9 package aggregate.