Uses of Class
org.ek9lang.antlr.EK9Parser.TraitDeclarationContext
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.TraitDeclarationContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.TraitBlockContext.traitDeclaration
(int i) EK9Parser.traitDeclaration()
Modifier and TypeMethodDescriptionvoid
EK9BaseListener.enterTraitDeclaration
(EK9Parser.TraitDeclarationContext ctx) Enter a parse tree produced byEK9Parser.traitDeclaration()
.void
EK9Listener.enterTraitDeclaration
(EK9Parser.TraitDeclarationContext ctx) Enter a parse tree produced byEK9Parser.traitDeclaration()
.void
EK9BaseListener.exitTraitDeclaration
(EK9Parser.TraitDeclarationContext ctx) Exit a parse tree produced byEK9Parser.traitDeclaration()
.void
EK9Listener.exitTraitDeclaration
(EK9Parser.TraitDeclarationContext ctx) Exit a parse tree produced byEK9Parser.traitDeclaration()
.EK9BaseVisitor.visitTraitDeclaration
(EK9Parser.TraitDeclarationContext ctx) Visit a parse tree produced byEK9Parser.traitDeclaration()
.EK9Visitor.visitTraitDeclaration
(EK9Parser.TraitDeclarationContext ctx) Visit a parse tree produced byEK9Parser.traitDeclaration()
. -
Uses of EK9Parser.TraitDeclarationContext in org.ek9lang.compiler.common
Modifier and TypeMethodDescriptionvoid
ScopeStackConsistencyListener.enterTraitDeclaration
(EK9Parser.TraitDeclarationContext ctx) void
AbstractEK9PhaseListener.exitTraitDeclaration
(EK9Parser.TraitDeclarationContext ctx) -
Uses of EK9Parser.TraitDeclarationContext in org.ek9lang.compiler.phase1
Modifier and TypeMethodDescriptionvoid
DefinitionListener.enterTraitDeclaration
(EK9Parser.TraitDeclarationContext ctx) void
ReferencesPhase1Listener.enterTraitDeclaration
(EK9Parser.TraitDeclarationContext ctx) -
Uses of EK9Parser.TraitDeclarationContext in org.ek9lang.compiler.phase2
Modifier and TypeMethodDescriptionvoid
ProcessTraitDeclarationOrError.accept
(EK9Parser.TraitDeclarationContext ctx) void
ResolveDefineExplicitTypeListener.enterTraitDeclaration
(EK9Parser.TraitDeclarationContext ctx) void
ResolveDefineExplicitTypeListener.exitTraitDeclaration
(EK9Parser.TraitDeclarationContext ctx) -
Uses of EK9Parser.TraitDeclarationContext in org.ek9lang.compiler.phase3
Modifier and TypeMethodDescriptionvoid
ResolveDefineInferredTypeListener.enterTraitDeclaration
(EK9Parser.TraitDeclarationContext ctx) void
ResolveDefineInferredTypeListener.exitTraitDeclaration
(EK9Parser.TraitDeclarationContext ctx) -
Uses of EK9Parser.TraitDeclarationContext in org.ek9lang.compiler.support
Modifier and TypeMethodDescriptionSymbolFactory.newTrait
(EK9Parser.TraitDeclarationContext ctx) Create a new aggregate that represents an EK9 trait.