Uses of Class
org.ek9lang.antlr.EK9Parser.TextDeclarationContext
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.TextDeclarationContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.TextBlockContext.textDeclaration
(int i) EK9Parser.textDeclaration()
Modifier and TypeMethodDescriptionvoid
EK9BaseListener.enterTextDeclaration
(EK9Parser.TextDeclarationContext ctx) Enter a parse tree produced byEK9Parser.textDeclaration()
.void
EK9Listener.enterTextDeclaration
(EK9Parser.TextDeclarationContext ctx) Enter a parse tree produced byEK9Parser.textDeclaration()
.void
EK9BaseListener.exitTextDeclaration
(EK9Parser.TextDeclarationContext ctx) Exit a parse tree produced byEK9Parser.textDeclaration()
.void
EK9Listener.exitTextDeclaration
(EK9Parser.TextDeclarationContext ctx) Exit a parse tree produced byEK9Parser.textDeclaration()
.EK9BaseVisitor.visitTextDeclaration
(EK9Parser.TextDeclarationContext ctx) Visit a parse tree produced byEK9Parser.textDeclaration()
.EK9Visitor.visitTextDeclaration
(EK9Parser.TextDeclarationContext ctx) Visit a parse tree produced byEK9Parser.textDeclaration()
. -
Uses of EK9Parser.TextDeclarationContext in org.ek9lang.compiler.common
Modifier and TypeMethodDescriptionvoid
ScopeStackConsistencyListener.enterTextDeclaration
(EK9Parser.TextDeclarationContext ctx) void
AbstractEK9PhaseListener.exitTextDeclaration
(EK9Parser.TextDeclarationContext ctx) -
Uses of EK9Parser.TextDeclarationContext in org.ek9lang.compiler.phase1
Modifier and TypeMethodDescriptionvoid
DefinitionListener.enterTextDeclaration
(EK9Parser.TextDeclarationContext ctx) void
ReferencesPhase1Listener.enterTextDeclaration
(EK9Parser.TextDeclarationContext ctx) -
Uses of EK9Parser.TextDeclarationContext in org.ek9lang.compiler.phase2
Modifier and TypeMethodDescriptionvoid
ResolveDefineExplicitTypeListener.enterTextDeclaration
(EK9Parser.TextDeclarationContext ctx) void
ResolveDefineExplicitTypeListener.exitTextDeclaration
(EK9Parser.TextDeclarationContext ctx) -
Uses of EK9Parser.TextDeclarationContext in org.ek9lang.compiler.phase3
Modifier and TypeMethodDescriptionvoid
ResolveDefineInferredTypeListener.exitTextDeclaration
(EK9Parser.TextDeclarationContext ctx) -
Uses of EK9Parser.TextDeclarationContext in org.ek9lang.compiler.support
Modifier and TypeMethodDescriptionSymbolFactory.newText
(EK9Parser.TextDeclarationContext ctx, String forLanguage) Create a new aggregate that represents EK9 text construct.