Uses of Class
org.ek9lang.antlr.EK9Parser.TextDeclarationContext
Packages that use 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 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.
Contains critical general components used in the
Ek9Compiler listeners.-
Uses of EK9Parser.TextDeclarationContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.TextDeclarationContextModifier and TypeMethodDescriptionEK9Parser.TextBlockContext.textDeclaration(int i) EK9Parser.textDeclaration()Methods in org.ek9lang.antlr that return types with arguments of type EK9Parser.TextDeclarationContextMethods in org.ek9lang.antlr with parameters of type EK9Parser.TextDeclarationContextModifier and TypeMethodDescriptionvoidEK9BaseListener.enterTextDeclaration(EK9Parser.TextDeclarationContext ctx) Enter a parse tree produced byEK9Parser.textDeclaration().voidEK9Listener.enterTextDeclaration(EK9Parser.TextDeclarationContext ctx) Enter a parse tree produced byEK9Parser.textDeclaration().voidEK9BaseListener.exitTextDeclaration(EK9Parser.TextDeclarationContext ctx) Exit a parse tree produced byEK9Parser.textDeclaration().voidEK9Listener.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
Methods in org.ek9lang.compiler.common with parameters of type EK9Parser.TextDeclarationContextModifier and TypeMethodDescriptionvoidScopeStackConsistencyListener.enterTextDeclaration(EK9Parser.TextDeclarationContext ctx) voidAbstractEK9PhaseListener.exitTextDeclaration(EK9Parser.TextDeclarationContext ctx) -
Uses of EK9Parser.TextDeclarationContext in org.ek9lang.compiler.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.TextDeclarationContextModifier and TypeMethodDescriptionvoidDefinitionListener.enterTextDeclaration(EK9Parser.TextDeclarationContext ctx) voidReferencesPhase1Listener.enterTextDeclaration(EK9Parser.TextDeclarationContext ctx) -
Uses of EK9Parser.TextDeclarationContext in org.ek9lang.compiler.phase2
Methods in org.ek9lang.compiler.phase2 with parameters of type EK9Parser.TextDeclarationContextModifier and TypeMethodDescriptionvoidResolveDefineExplicitTypeListener.enterTextDeclaration(EK9Parser.TextDeclarationContext ctx) voidResolveDefineExplicitTypeListener.exitTextDeclaration(EK9Parser.TextDeclarationContext ctx) -
Uses of EK9Parser.TextDeclarationContext in org.ek9lang.compiler.phase3
Methods in org.ek9lang.compiler.phase3 with parameters of type EK9Parser.TextDeclarationContextModifier and TypeMethodDescriptionvoidResolveDefineInferredTypeListener.exitTextDeclaration(EK9Parser.TextDeclarationContext ctx) -
Uses of EK9Parser.TextDeclarationContext in org.ek9lang.compiler.phase5
Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.TextDeclarationContextModifier and TypeMethodDescriptionvoidPreIRListener.enterTextDeclaration(EK9Parser.TextDeclarationContext ctx) -
Uses of EK9Parser.TextDeclarationContext in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support with parameters of type EK9Parser.TextDeclarationContextModifier and TypeMethodDescriptionSymbolFactory.newText(EK9Parser.TextDeclarationContext ctx, String forLanguage) Create a new aggregate that represents EK9 text construct.TextFactory.newText(EK9Parser.TextDeclarationContext ctx, String forLanguage) Create a new aggregate that represents EK9 text construct.