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 phase3 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 TypeMethodDescriptionvoidEK9BaseListener.enterServiceDeclaration(EK9Parser.ServiceDeclarationContext ctx) Enter a parse tree produced byEK9Parser.serviceDeclaration().voidEK9Listener.enterServiceDeclaration(EK9Parser.ServiceDeclarationContext ctx) Enter a parse tree produced byEK9Parser.serviceDeclaration().voidEK9BaseListener.exitServiceDeclaration(EK9Parser.ServiceDeclarationContext ctx) Exit a parse tree produced byEK9Parser.serviceDeclaration().voidEK9Listener.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 TypeMethodDescriptionvoidScopeStackConsistencyListener.enterServiceDeclaration(EK9Parser.ServiceDeclarationContext ctx) voidAbstractEK9PhaseListener.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 TypeMethodDescriptionvoidDefinitionListener.enterServiceDeclaration(EK9Parser.ServiceDeclarationContext ctx) voidReferencesPhase1Listener.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 TypeMethodDescriptionvoidResolveDefineExplicitTypeListener.enterServiceDeclaration(EK9Parser.ServiceDeclarationContext ctx) voidResolveDefineExplicitTypeListener.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 TypeMethodDescriptionvoidPreIRListener.enterServiceDeclaration(EK9Parser.ServiceDeclarationContext ctx) voidPreIRListener.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.