Uses of Class
org.ek9lang.antlr.EK9Parser.RecordDeclarationContext
Packages that use 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 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.RecordDeclarationContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.RecordDeclarationContextModifier and TypeMethodDescriptionEK9Parser.RecordBlockContext.recordDeclaration(int i) EK9Parser.recordDeclaration()Methods in org.ek9lang.antlr that return types with arguments of type EK9Parser.RecordDeclarationContextMethods in org.ek9lang.antlr with parameters of type EK9Parser.RecordDeclarationContextModifier and TypeMethodDescriptionvoidEK9BaseListener.enterRecordDeclaration(EK9Parser.RecordDeclarationContext ctx) Enter a parse tree produced byEK9Parser.recordDeclaration().voidEK9Listener.enterRecordDeclaration(EK9Parser.RecordDeclarationContext ctx) Enter a parse tree produced byEK9Parser.recordDeclaration().voidEK9BaseListener.exitRecordDeclaration(EK9Parser.RecordDeclarationContext ctx) Exit a parse tree produced byEK9Parser.recordDeclaration().voidEK9Listener.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
Methods in org.ek9lang.compiler.common with parameters of type EK9Parser.RecordDeclarationContextModifier and TypeMethodDescriptionvoidScopeStackConsistencyListener.enterRecordDeclaration(EK9Parser.RecordDeclarationContext ctx) voidAbstractEK9PhaseListener.exitRecordDeclaration(EK9Parser.RecordDeclarationContext ctx) -
Uses of EK9Parser.RecordDeclarationContext in org.ek9lang.compiler.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.RecordDeclarationContextModifier and TypeMethodDescriptionvoidDefinitionListener.enterRecordDeclaration(EK9Parser.RecordDeclarationContext ctx) voidReferencesPhase1Listener.enterRecordDeclaration(EK9Parser.RecordDeclarationContext ctx) -
Uses of EK9Parser.RecordDeclarationContext in org.ek9lang.compiler.phase2
Methods in org.ek9lang.compiler.phase2 with parameters of type EK9Parser.RecordDeclarationContextModifier and TypeMethodDescriptionvoidResolveDefineExplicitTypeListener.enterRecordDeclaration(EK9Parser.RecordDeclarationContext ctx) voidResolveDefineExplicitTypeListener.exitRecordDeclaration(EK9Parser.RecordDeclarationContext ctx) -
Uses of EK9Parser.RecordDeclarationContext in org.ek9lang.compiler.phase3
Methods in org.ek9lang.compiler.phase3 with parameters of type EK9Parser.RecordDeclarationContextModifier and TypeMethodDescriptionvoidResolveDefineInferredTypeListener.exitRecordDeclaration(EK9Parser.RecordDeclarationContext ctx) -
Uses of EK9Parser.RecordDeclarationContext in org.ek9lang.compiler.phase5
Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.RecordDeclarationContextModifier and TypeMethodDescriptionvoidPreIRListener.enterRecordDeclaration(EK9Parser.RecordDeclarationContext ctx) voidPreIRListener.exitRecordDeclaration(EK9Parser.RecordDeclarationContext ctx) -
Uses of EK9Parser.RecordDeclarationContext in org.ek9lang.compiler.phase7
Classes in org.ek9lang.compiler.phase7 that implement interfaces with type arguments of type EK9Parser.RecordDeclarationContextModifier and TypeClassDescription(package private) final classCreates the appropriate IR Construct for a record declaration.Methods in org.ek9lang.compiler.phase7 with parameters of type EK9Parser.RecordDeclarationContextModifier and TypeMethodDescriptionRecordDfnGenerator.apply(EK9Parser.RecordDeclarationContext ctx) -
Uses of EK9Parser.RecordDeclarationContext in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support with parameters of type EK9Parser.RecordDeclarationContextModifier and TypeMethodDescriptionAggregateFactory.newRecord(EK9Parser.RecordDeclarationContext ctx) Create a new aggregate that represents an EK9 record.SymbolFactory.newRecord(EK9Parser.RecordDeclarationContext ctx) Create a new aggregate that represents an EK9 record.