Uses of Class
org.ek9lang.antlr.EK9Parser.TextBodyDeclarationContext
Packages that use EK9Parser.TextBodyDeclarationContext
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.
I - PRE Intermediate Representation generation checks.
K - Intermediate Representation Generation.
Contains critical general components used in the
Ek9Compiler listeners.-
Uses of EK9Parser.TextBodyDeclarationContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.TextBodyDeclarationContextModifier and TypeMethodDescriptionEK9Parser.textBodyDeclaration()EK9Parser.TextDeclarationContext.textBodyDeclaration(int i) Methods in org.ek9lang.antlr that return types with arguments of type EK9Parser.TextBodyDeclarationContextMethods in org.ek9lang.antlr with parameters of type EK9Parser.TextBodyDeclarationContextModifier and TypeMethodDescriptionvoidEK9BaseListener.enterTextBodyDeclaration(EK9Parser.TextBodyDeclarationContext ctx) Enter a parse tree produced byEK9Parser.textBodyDeclaration().voidEK9Listener.enterTextBodyDeclaration(EK9Parser.TextBodyDeclarationContext ctx) Enter a parse tree produced byEK9Parser.textBodyDeclaration().voidEK9BaseListener.exitTextBodyDeclaration(EK9Parser.TextBodyDeclarationContext ctx) Exit a parse tree produced byEK9Parser.textBodyDeclaration().voidEK9Listener.exitTextBodyDeclaration(EK9Parser.TextBodyDeclarationContext ctx) Exit a parse tree produced byEK9Parser.textBodyDeclaration().EK9BaseVisitor.visitTextBodyDeclaration(EK9Parser.TextBodyDeclarationContext ctx) Visit a parse tree produced byEK9Parser.textBodyDeclaration().EK9Visitor.visitTextBodyDeclaration(EK9Parser.TextBodyDeclarationContext ctx) Visit a parse tree produced byEK9Parser.textBodyDeclaration(). -
Uses of EK9Parser.TextBodyDeclarationContext in org.ek9lang.compiler.common
Methods in org.ek9lang.compiler.common with parameters of type EK9Parser.TextBodyDeclarationContextModifier and TypeMethodDescriptionvoidScopeStackConsistencyListener.enterTextBodyDeclaration(EK9Parser.TextBodyDeclarationContext ctx) voidAbstractEK9PhaseListener.exitTextBodyDeclaration(EK9Parser.TextBodyDeclarationContext ctx) -
Uses of EK9Parser.TextBodyDeclarationContext in org.ek9lang.compiler.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.TextBodyDeclarationContextModifier and TypeMethodDescriptionvoidDefinitionListener.enterTextBodyDeclaration(EK9Parser.TextBodyDeclarationContext ctx) voidReferencesPhase1Listener.enterTextBodyDeclaration(EK9Parser.TextBodyDeclarationContext ctx) voidDefinitionListener.exitTextBodyDeclaration(EK9Parser.TextBodyDeclarationContext ctx) -
Uses of EK9Parser.TextBodyDeclarationContext in org.ek9lang.compiler.phase2
Methods in org.ek9lang.compiler.phase2 with parameters of type EK9Parser.TextBodyDeclarationContextModifier and TypeMethodDescriptionvoidResolveDefineExplicitTypeListener.enterTextBodyDeclaration(EK9Parser.TextBodyDeclarationContext ctx) voidResolveDefineExplicitTypeListener.exitTextBodyDeclaration(EK9Parser.TextBodyDeclarationContext ctx) -
Uses of EK9Parser.TextBodyDeclarationContext in org.ek9lang.compiler.phase5
Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.TextBodyDeclarationContextModifier and TypeMethodDescriptionvoidPreIRListener.enterTextBodyDeclaration(EK9Parser.TextBodyDeclarationContext ctx) -
Uses of EK9Parser.TextBodyDeclarationContext in org.ek9lang.compiler.phase7
Methods in org.ek9lang.compiler.phase7 with parameters of type EK9Parser.TextBodyDeclarationContextModifier and TypeMethodDescriptionvoidIRDfnGenerator.processTextBodyDeclaration(EK9Parser.TextBodyDeclarationContext ctx, IRContext context) -
Uses of EK9Parser.TextBodyDeclarationContext in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support with parameters of type EK9Parser.TextBodyDeclarationContextModifier and TypeMethodDescriptionSymbolFactory.newTextBody(EK9Parser.TextBodyDeclarationContext ctx, IScope scope) Create a new aggregate that represents an EK9 text body - this is represented by a method.TextFactory.newTextBody(EK9Parser.TextBodyDeclarationContext ctx, IScope scope) Create a new aggregate that represents an EK9 text body - this is represented by a method.