Uses of Class
org.ek9lang.antlr.EK9Parser.ReferencesBlockContext
Package
Description
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
-
Uses of EK9Parser.ReferencesBlockContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.ModuleDeclarationContext.referencesBlock()
EK9Parser.referencesBlock()
Modifier 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
Modifier 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.