Uses of Class
org.ek9lang.antlr.EK9Parser.RecordDeclarationContext
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.RecordDeclarationContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.RecordBlockContext.recordDeclaration
(int i) EK9Parser.recordDeclaration()
Modifier and TypeMethodDescriptionvoid
EK9BaseListener.enterRecordDeclaration
(EK9Parser.RecordDeclarationContext ctx) Enter a parse tree produced byEK9Parser.recordDeclaration()
.void
EK9Listener.enterRecordDeclaration
(EK9Parser.RecordDeclarationContext ctx) Enter a parse tree produced byEK9Parser.recordDeclaration()
.void
EK9BaseListener.exitRecordDeclaration
(EK9Parser.RecordDeclarationContext ctx) Exit a parse tree produced byEK9Parser.recordDeclaration()
.void
EK9Listener.exitRecordDeclaration
(EK9Parser.RecordDeclarationContext ctx) Exit a parse tree produced byEK9Parser.recordDeclaration()
.EK9BaseVisitor.visitRecordDeclaration
(EK9Parser.RecordDeclarationContext ctx) Visit a parse tree produced byEK9Parser.recordDeclaration()
.EK9Visitor.visitRecordDeclaration
(EK9Parser.RecordDeclarationContext ctx) Visit a parse tree produced byEK9Parser.recordDeclaration()
. -
Uses of EK9Parser.RecordDeclarationContext in org.ek9lang.compiler.common
Modifier and TypeMethodDescriptionvoid
ScopeStackConsistencyListener.enterRecordDeclaration
(EK9Parser.RecordDeclarationContext ctx) void
AbstractEK9PhaseListener.exitRecordDeclaration
(EK9Parser.RecordDeclarationContext ctx) -
Uses of EK9Parser.RecordDeclarationContext in org.ek9lang.compiler.phase1
Modifier and TypeMethodDescriptionvoid
DefinitionListener.enterRecordDeclaration
(EK9Parser.RecordDeclarationContext ctx) void
ReferencesPhase1Listener.enterRecordDeclaration
(EK9Parser.RecordDeclarationContext ctx) -
Uses of EK9Parser.RecordDeclarationContext in org.ek9lang.compiler.phase2
Modifier and TypeMethodDescriptionvoid
ResolveDefineExplicitTypeListener.enterRecordDeclaration
(EK9Parser.RecordDeclarationContext ctx) void
ResolveDefineExplicitTypeListener.exitRecordDeclaration
(EK9Parser.RecordDeclarationContext ctx) -
Uses of EK9Parser.RecordDeclarationContext in org.ek9lang.compiler.phase3
Modifier and TypeMethodDescriptionvoid
ResolveDefineInferredTypeListener.exitRecordDeclaration
(EK9Parser.RecordDeclarationContext ctx) -
Uses of EK9Parser.RecordDeclarationContext in org.ek9lang.compiler.support
Modifier and TypeMethodDescriptionSymbolFactory.newRecord
(EK9Parser.RecordDeclarationContext ctx) Create a new aggregate that represents an EK9 record.