Uses of Class
org.ek9lang.antlr.EK9Parser.ClassDeclarationContext
Packages that use 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.
I - PRE Intermediate Representation generation checks.
Contains critical general components used in the
Ek9Compiler
listeners.-
Uses of EK9Parser.ClassDeclarationContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.ClassDeclarationContextModifier and TypeMethodDescriptionEK9Parser.ClassBlockContext.classDeclaration
(int i) EK9Parser.classDeclaration()
Methods in org.ek9lang.antlr that return types with arguments of type EK9Parser.ClassDeclarationContextMethods in org.ek9lang.antlr with parameters of type EK9Parser.ClassDeclarationContextModifier 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
Methods in org.ek9lang.compiler.common with parameters of type EK9Parser.ClassDeclarationContextModifier and TypeMethodDescriptionvoid
ScopeStackConsistencyListener.enterClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) void
AbstractEK9PhaseListener.exitClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) -
Uses of EK9Parser.ClassDeclarationContext in org.ek9lang.compiler.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.ClassDeclarationContextModifier and TypeMethodDescriptionvoid
DefinitionListener.enterClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) void
ReferencesPhase1Listener.enterClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) void
DefinitionListener.exitClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) -
Uses of EK9Parser.ClassDeclarationContext in org.ek9lang.compiler.phase2
Methods in org.ek9lang.compiler.phase2 with parameters of type EK9Parser.ClassDeclarationContextModifier and TypeMethodDescriptionvoid
ResolveDefineExplicitTypeListener.enterClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) void
ResolveDefineExplicitTypeListener.exitClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) -
Uses of EK9Parser.ClassDeclarationContext in org.ek9lang.compiler.phase3
Methods in org.ek9lang.compiler.phase3 with parameters of type EK9Parser.ClassDeclarationContextModifier and TypeMethodDescriptionvoid
ResolveDefineInferredTypeListener.enterClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) void
ResolveDefineInferredTypeListener.exitClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) -
Uses of EK9Parser.ClassDeclarationContext in org.ek9lang.compiler.phase5
Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.ClassDeclarationContextModifier and TypeMethodDescriptionvoid
PreIRListener.enterClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) void
PreIRListener.exitClassDeclaration
(EK9Parser.ClassDeclarationContext ctx) -
Uses of EK9Parser.ClassDeclarationContext in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support with parameters of type EK9Parser.ClassDeclarationContextModifier and TypeMethodDescriptionAggregateFactory.newClass
(EK9Parser.ClassDeclarationContext ctx) Create a new aggregate that represents an EK9 class.SymbolFactory.newClass
(EK9Parser.ClassDeclarationContext ctx) Create a new aggregate that represents an EK9 class.