Uses of Class
org.ek9lang.antlr.EK9Parser.ComponentDeclarationContext
Packages that use EK9Parser.ComponentDeclarationContext
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.
G - Full Symbol Resolution can now take place.
I - PRE Intermediate Representation generation checks.
K - Intermediate Representation Generation.
Contains critical general components used in the
Ek9Compiler listeners.-
Uses of EK9Parser.ComponentDeclarationContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.ComponentDeclarationContextModifier and TypeMethodDescriptionEK9Parser.ComponentBlockContext.componentDeclaration(int i) EK9Parser.componentDeclaration()Methods in org.ek9lang.antlr that return types with arguments of type EK9Parser.ComponentDeclarationContextMethods in org.ek9lang.antlr with parameters of type EK9Parser.ComponentDeclarationContextModifier and TypeMethodDescriptionvoidEK9BaseListener.enterComponentDeclaration(EK9Parser.ComponentDeclarationContext ctx) Enter a parse tree produced byEK9Parser.componentDeclaration().voidEK9Listener.enterComponentDeclaration(EK9Parser.ComponentDeclarationContext ctx) Enter a parse tree produced byEK9Parser.componentDeclaration().voidEK9BaseListener.exitComponentDeclaration(EK9Parser.ComponentDeclarationContext ctx) Exit a parse tree produced byEK9Parser.componentDeclaration().voidEK9Listener.exitComponentDeclaration(EK9Parser.ComponentDeclarationContext ctx) Exit a parse tree produced byEK9Parser.componentDeclaration().EK9BaseVisitor.visitComponentDeclaration(EK9Parser.ComponentDeclarationContext ctx) Visit a parse tree produced byEK9Parser.componentDeclaration().EK9Visitor.visitComponentDeclaration(EK9Parser.ComponentDeclarationContext ctx) Visit a parse tree produced byEK9Parser.componentDeclaration(). -
Uses of EK9Parser.ComponentDeclarationContext in org.ek9lang.compiler.common
Methods in org.ek9lang.compiler.common with parameters of type EK9Parser.ComponentDeclarationContextModifier and TypeMethodDescriptionvoidScopeStackConsistencyListener.enterComponentDeclaration(EK9Parser.ComponentDeclarationContext ctx) voidAbstractEK9PhaseListener.exitComponentDeclaration(EK9Parser.ComponentDeclarationContext ctx) -
Uses of EK9Parser.ComponentDeclarationContext in org.ek9lang.compiler.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.ComponentDeclarationContextModifier and TypeMethodDescriptionvoidDefinitionListener.enterComponentDeclaration(EK9Parser.ComponentDeclarationContext ctx) voidReferencesPhase1Listener.enterComponentDeclaration(EK9Parser.ComponentDeclarationContext ctx) -
Uses of EK9Parser.ComponentDeclarationContext in org.ek9lang.compiler.phase2
Methods in org.ek9lang.compiler.phase2 with parameters of type EK9Parser.ComponentDeclarationContextModifier and TypeMethodDescriptionvoidResolveDefineExplicitTypeListener.enterComponentDeclaration(EK9Parser.ComponentDeclarationContext ctx) voidResolveDefineExplicitTypeListener.exitComponentDeclaration(EK9Parser.ComponentDeclarationContext ctx) -
Uses of EK9Parser.ComponentDeclarationContext in org.ek9lang.compiler.phase3
Methods in org.ek9lang.compiler.phase3 with parameters of type EK9Parser.ComponentDeclarationContextModifier and TypeMethodDescriptionvoidResolveDefineInferredTypeListener.exitComponentDeclaration(EK9Parser.ComponentDeclarationContext ctx) -
Uses of EK9Parser.ComponentDeclarationContext in org.ek9lang.compiler.phase5
Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.ComponentDeclarationContextModifier and TypeMethodDescriptionvoidPreIRListener.enterComponentDeclaration(EK9Parser.ComponentDeclarationContext ctx) voidPreIRListener.exitComponentDeclaration(EK9Parser.ComponentDeclarationContext ctx) -
Uses of EK9Parser.ComponentDeclarationContext in org.ek9lang.compiler.phase7
Classes in org.ek9lang.compiler.phase7 that implement interfaces with type arguments of type EK9Parser.ComponentDeclarationContextModifier and TypeClassDescription(package private) final classCreates the appropriate IR Construct for a component declaration.Methods in org.ek9lang.compiler.phase7 with parameters of type EK9Parser.ComponentDeclarationContextModifier and TypeMethodDescriptionComponentDfnGenerator.apply(EK9Parser.ComponentDeclarationContext ctx) -
Uses of EK9Parser.ComponentDeclarationContext in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support with parameters of type EK9Parser.ComponentDeclarationContextModifier and TypeMethodDescriptionAggregateFactory.newComponent(EK9Parser.ComponentDeclarationContext ctx) Create a new aggregate that represents an EK9 component.SymbolFactory.newComponent(EK9Parser.ComponentDeclarationContext ctx) Create a new aggregate that represents an EK9 component.