Uses of Class
org.ek9lang.antlr.EK9Parser.ServiceDeclarationContext
Packages that use EK9Parser.ServiceDeclarationContext
Package
Description
Common parts of processing that can be reused across various phases.
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
F - Resolution of Explicitly Defined Type Symbols - at this point phase1 processing should have defined
most of the explicitly defined symbols, so they should be resolvable.
I - PRE Intermediate Representation generation checks.
Contains critical general components used in the
Ek9Compiler
listeners.-
Uses of EK9Parser.ServiceDeclarationContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.ServiceDeclarationContextModifier and TypeMethodDescriptionEK9Parser.ServiceBlockContext.serviceDeclaration
(int i) EK9Parser.serviceDeclaration()
Methods in org.ek9lang.antlr that return types with arguments of type EK9Parser.ServiceDeclarationContextMethods in org.ek9lang.antlr with parameters of type EK9Parser.ServiceDeclarationContextModifier and TypeMethodDescriptionvoid
EK9BaseListener.enterServiceDeclaration
(EK9Parser.ServiceDeclarationContext ctx) Enter a parse tree produced byEK9Parser.serviceDeclaration()
.void
EK9Listener.enterServiceDeclaration
(EK9Parser.ServiceDeclarationContext ctx) Enter a parse tree produced byEK9Parser.serviceDeclaration()
.void
EK9BaseListener.exitServiceDeclaration
(EK9Parser.ServiceDeclarationContext ctx) Exit a parse tree produced byEK9Parser.serviceDeclaration()
.void
EK9Listener.exitServiceDeclaration
(EK9Parser.ServiceDeclarationContext ctx) Exit a parse tree produced byEK9Parser.serviceDeclaration()
.EK9BaseVisitor.visitServiceDeclaration
(EK9Parser.ServiceDeclarationContext ctx) Visit a parse tree produced byEK9Parser.serviceDeclaration()
.EK9Visitor.visitServiceDeclaration
(EK9Parser.ServiceDeclarationContext ctx) Visit a parse tree produced byEK9Parser.serviceDeclaration()
. -
Uses of EK9Parser.ServiceDeclarationContext in org.ek9lang.compiler.common
Methods in org.ek9lang.compiler.common with parameters of type EK9Parser.ServiceDeclarationContextModifier and TypeMethodDescriptionvoid
ScopeStackConsistencyListener.enterServiceDeclaration
(EK9Parser.ServiceDeclarationContext ctx) void
AbstractEK9PhaseListener.exitServiceDeclaration
(EK9Parser.ServiceDeclarationContext ctx) -
Uses of EK9Parser.ServiceDeclarationContext in org.ek9lang.compiler.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.ServiceDeclarationContextModifier and TypeMethodDescriptionvoid
DefinitionListener.enterServiceDeclaration
(EK9Parser.ServiceDeclarationContext ctx) void
ReferencesPhase1Listener.enterServiceDeclaration
(EK9Parser.ServiceDeclarationContext ctx) -
Uses of EK9Parser.ServiceDeclarationContext in org.ek9lang.compiler.phase2
Methods in org.ek9lang.compiler.phase2 with parameters of type EK9Parser.ServiceDeclarationContextModifier and TypeMethodDescriptionvoid
ResolveDefineExplicitTypeListener.enterServiceDeclaration
(EK9Parser.ServiceDeclarationContext ctx) void
ResolveDefineExplicitTypeListener.exitServiceDeclaration
(EK9Parser.ServiceDeclarationContext ctx) -
Uses of EK9Parser.ServiceDeclarationContext in org.ek9lang.compiler.phase5
Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.ServiceDeclarationContextModifier and TypeMethodDescriptionvoid
PreIRListener.enterServiceDeclaration
(EK9Parser.ServiceDeclarationContext ctx) void
PreIRListener.exitServiceDeclaration
(EK9Parser.ServiceDeclarationContext ctx) -
Uses of EK9Parser.ServiceDeclarationContext in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support with parameters of type EK9Parser.ServiceDeclarationContextModifier and TypeMethodDescriptionServiceFactory.newService
(EK9Parser.ServiceDeclarationContext ctx) Create a new aggregate that represents an EK9 service.SymbolFactory.newService
(EK9Parser.ServiceDeclarationContext ctx) Create a new aggregate that represents an EK9 service.