Uses of Class
org.ek9lang.antlr.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 phase1 processing should have defined
most of the explicitly defined symbols, so they should be resolvable.
G - Full Symbol Resolution can now take place.
Contains critical general components used in the
Ek9Compiler
listeners.-
Uses of EK9Parser.ComponentDeclarationContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.ComponentBlockContext.componentDeclaration
(int i) EK9Parser.componentDeclaration()
Modifier and TypeMethodDescriptionvoid
EK9BaseListener.enterComponentDeclaration
(EK9Parser.ComponentDeclarationContext ctx) Enter a parse tree produced byEK9Parser.componentDeclaration()
.void
EK9Listener.enterComponentDeclaration
(EK9Parser.ComponentDeclarationContext ctx) Enter a parse tree produced byEK9Parser.componentDeclaration()
.void
EK9BaseListener.exitComponentDeclaration
(EK9Parser.ComponentDeclarationContext ctx) Exit a parse tree produced byEK9Parser.componentDeclaration()
.void
EK9Listener.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
Modifier and TypeMethodDescriptionvoid
ScopeStackConsistencyListener.enterComponentDeclaration
(EK9Parser.ComponentDeclarationContext ctx) void
AbstractEK9PhaseListener.exitComponentDeclaration
(EK9Parser.ComponentDeclarationContext ctx) -
Uses of EK9Parser.ComponentDeclarationContext in org.ek9lang.compiler.phase1
Modifier and TypeMethodDescriptionvoid
DefinitionListener.enterComponentDeclaration
(EK9Parser.ComponentDeclarationContext ctx) void
ReferencesPhase1Listener.enterComponentDeclaration
(EK9Parser.ComponentDeclarationContext ctx) -
Uses of EK9Parser.ComponentDeclarationContext in org.ek9lang.compiler.phase2
Modifier and TypeMethodDescriptionvoid
ResolveDefineExplicitTypeListener.enterComponentDeclaration
(EK9Parser.ComponentDeclarationContext ctx) void
ResolveDefineExplicitTypeListener.exitComponentDeclaration
(EK9Parser.ComponentDeclarationContext ctx) -
Uses of EK9Parser.ComponentDeclarationContext in org.ek9lang.compiler.phase3
Modifier and TypeMethodDescriptionvoid
ResolveDefineInferredTypeListener.exitComponentDeclaration
(EK9Parser.ComponentDeclarationContext ctx) -
Uses of EK9Parser.ComponentDeclarationContext in org.ek9lang.compiler.support
Modifier and TypeMethodDescriptionSymbolFactory.newComponent
(EK9Parser.ComponentDeclarationContext ctx) Create a new aggregate that represents an EK9 component.