Uses of Class
org.ek9lang.antlr.EK9Parser.ClassDeclarationContext
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.ClassDeclarationContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.ClassBlockContext.classDeclaration
(int i) EK9Parser.classDeclaration()
Modifier and TypeMethodDescriptionvoid
EK9BaseListener.enterClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) Enter a parse tree produced byEK9Parser.classDeclaration()
.void
EK9Listener.enterClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) Enter a parse tree produced byEK9Parser.classDeclaration()
.void
EK9BaseListener.exitClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) Exit a parse tree produced byEK9Parser.classDeclaration()
.void
EK9Listener.exitClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) Exit a parse tree produced byEK9Parser.classDeclaration()
.EK9BaseVisitor.visitClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) Visit a parse tree produced byEK9Parser.classDeclaration()
.EK9Visitor.visitClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) Visit a parse tree produced byEK9Parser.classDeclaration()
. -
Uses of EK9Parser.ClassDeclarationContext in org.ek9lang.compiler.common
Modifier and TypeMethodDescriptionvoid
ScopeStackConsistencyListener.enterClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) void
AbstractEK9PhaseListener.exitClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) -
Uses of EK9Parser.ClassDeclarationContext in org.ek9lang.compiler.phase1
Modifier and TypeMethodDescriptionvoid
DefinitionListener.enterClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) void
ReferencesPhase1Listener.enterClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) -
Uses of EK9Parser.ClassDeclarationContext in org.ek9lang.compiler.phase2
Modifier and TypeMethodDescriptionvoid
ResolveDefineExplicitTypeListener.enterClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) void
ResolveDefineExplicitTypeListener.exitClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) -
Uses of EK9Parser.ClassDeclarationContext in org.ek9lang.compiler.phase3
Modifier and TypeMethodDescriptionvoid
ResolveDefineInferredTypeListener.enterClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) void
ResolveDefineInferredTypeListener.exitClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) -
Uses of EK9Parser.ClassDeclarationContext in org.ek9lang.compiler.support
Modifier and TypeMethodDescriptionSymbolFactory.newClass
(EK9Parser.ClassDeclarationContext ctx) Create a new aggregate that represents an EK9 class.