Uses of Class
org.ek9lang.antlr.EK9Parser.TypeDeclarationContext
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.TypeDeclarationContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.TypeBlockContext.typeDeclaration
(int i) EK9Parser.typeDeclaration()
Modifier and TypeMethodDescriptionvoid
EK9BaseListener.enterTypeDeclaration
(EK9Parser.TypeDeclarationContext ctx) Enter a parse tree produced byEK9Parser.typeDeclaration()
.void
EK9Listener.enterTypeDeclaration
(EK9Parser.TypeDeclarationContext ctx) Enter a parse tree produced byEK9Parser.typeDeclaration()
.void
EK9BaseListener.exitTypeDeclaration
(EK9Parser.TypeDeclarationContext ctx) Exit a parse tree produced byEK9Parser.typeDeclaration()
.void
EK9Listener.exitTypeDeclaration
(EK9Parser.TypeDeclarationContext ctx) Exit a parse tree produced byEK9Parser.typeDeclaration()
.EK9BaseVisitor.visitTypeDeclaration
(EK9Parser.TypeDeclarationContext ctx) Visit a parse tree produced byEK9Parser.typeDeclaration()
.EK9Visitor.visitTypeDeclaration
(EK9Parser.TypeDeclarationContext ctx) Visit a parse tree produced byEK9Parser.typeDeclaration()
. -
Uses of EK9Parser.TypeDeclarationContext in org.ek9lang.compiler.common
Modifier and TypeMethodDescriptionvoid
ScopeStackConsistencyListener.enterTypeDeclaration
(EK9Parser.TypeDeclarationContext ctx) void
AbstractEK9PhaseListener.exitTypeDeclaration
(EK9Parser.TypeDeclarationContext ctx) -
Uses of EK9Parser.TypeDeclarationContext in org.ek9lang.compiler.phase1
Modifier and TypeMethodDescriptionvoid
DefinitionListener.enterTypeDeclaration
(EK9Parser.TypeDeclarationContext ctx) void
ReferencesPhase1Listener.enterTypeDeclaration
(EK9Parser.TypeDeclarationContext ctx) -
Uses of EK9Parser.TypeDeclarationContext in org.ek9lang.compiler.phase2
Modifier and TypeMethodDescriptionvoid
ProcessTypeDeclarationOrError.accept
(EK9Parser.TypeDeclarationContext ctx) void
ResolveDefineExplicitTypeListener.exitTypeDeclaration
(EK9Parser.TypeDeclarationContext ctx) -
Uses of EK9Parser.TypeDeclarationContext in org.ek9lang.compiler.phase3
Modifier and TypeMethodDescriptionvoid
EnumeratedTypeOrError.accept
(EK9Parser.TypeDeclarationContext ctx) void
ResolveDefineInferredTypeListener.enterTypeDeclaration
(EK9Parser.TypeDeclarationContext ctx) void
ResolveDefineInferredTypeListener.exitTypeDeclaration
(EK9Parser.TypeDeclarationContext ctx) -
Uses of EK9Parser.TypeDeclarationContext in org.ek9lang.compiler.support
Modifier and TypeMethodDescriptionSymbolFactory.newType
(EK9Parser.TypeDeclarationContext ctx) Create a new aggregate that represents an EK9 type, constrained or enumeration.