Uses of Class
org.ek9lang.antlr.EK9Parser.ReferencesBlockContext
Packages that use EK9Parser.ReferencesBlockContext
Package
Description
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
-
Uses of EK9Parser.ReferencesBlockContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.ReferencesBlockContextModifier and TypeMethodDescriptionEK9Parser.ModuleDeclarationContext.referencesBlock()
EK9Parser.referencesBlock()
Methods in org.ek9lang.antlr with parameters of type EK9Parser.ReferencesBlockContextModifier and TypeMethodDescriptionvoid
EK9BaseListener.enterReferencesBlock
(EK9Parser.ReferencesBlockContext ctx) Enter a parse tree produced byEK9Parser.referencesBlock()
.void
EK9Listener.enterReferencesBlock
(EK9Parser.ReferencesBlockContext ctx) Enter a parse tree produced byEK9Parser.referencesBlock()
.void
EK9BaseListener.exitReferencesBlock
(EK9Parser.ReferencesBlockContext ctx) Exit a parse tree produced byEK9Parser.referencesBlock()
.void
EK9Listener.exitReferencesBlock
(EK9Parser.ReferencesBlockContext ctx) Exit a parse tree produced byEK9Parser.referencesBlock()
.EK9BaseVisitor.visitReferencesBlock
(EK9Parser.ReferencesBlockContext ctx) Visit a parse tree produced byEK9Parser.referencesBlock()
.EK9Visitor.visitReferencesBlock
(EK9Parser.ReferencesBlockContext ctx) Visit a parse tree produced byEK9Parser.referencesBlock()
. -
Uses of EK9Parser.ReferencesBlockContext in org.ek9lang.compiler.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.ReferencesBlockContextModifier and TypeMethodDescriptionvoid
ReferencesPhase1Listener.enterReferencesBlock
(EK9Parser.ReferencesBlockContext ctx) This is where there are one or more references to types/functions or constants? in other modules that can now be resolved - at least as a name.