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 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.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 TypeMethodDescriptionvoidEK9BaseListener.enterClassDeclaration(EK9Parser.ClassDeclarationContext ctx) Enter a parse tree produced byEK9Parser.classDeclaration().voidEK9Listener.enterClassDeclaration(EK9Parser.ClassDeclarationContext ctx) Enter a parse tree produced byEK9Parser.classDeclaration().voidEK9BaseListener.exitClassDeclaration(EK9Parser.ClassDeclarationContext ctx) Exit a parse tree produced byEK9Parser.classDeclaration().voidEK9Listener.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 TypeMethodDescriptionvoidScopeStackConsistencyListener.enterClassDeclaration(EK9Parser.ClassDeclarationContext ctx) voidAbstractEK9PhaseListener.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 TypeMethodDescriptionvoidDefinitionListener.enterClassDeclaration(EK9Parser.ClassDeclarationContext ctx) voidReferencesPhase1Listener.enterClassDeclaration(EK9Parser.ClassDeclarationContext ctx) voidDefinitionListener.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 TypeMethodDescriptionvoidResolveDefineExplicitTypeListener.enterClassDeclaration(EK9Parser.ClassDeclarationContext ctx) voidResolveDefineExplicitTypeListener.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 TypeMethodDescriptionvoidResolveDefineInferredTypeListener.enterClassDeclaration(EK9Parser.ClassDeclarationContext ctx) voidResolveDefineInferredTypeListener.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 TypeMethodDescriptionvoidPreIRListener.enterClassDeclaration(EK9Parser.ClassDeclarationContext ctx) voidPreIRListener.exitClassDeclaration(EK9Parser.ClassDeclarationContext ctx) -
Uses of EK9Parser.ClassDeclarationContext in org.ek9lang.compiler.phase7
Classes in org.ek9lang.compiler.phase7 that implement interfaces with type arguments of type EK9Parser.ClassDeclarationContextModifier and TypeClassDescription(package private) final classCreates the appropriate IR Construct for a class declaration.Methods in org.ek9lang.compiler.phase7 with parameters of type EK9Parser.ClassDeclarationContext -
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.