Uses of Class
org.ek9lang.antlr.EK9Parser.StreamCatContext
Package
Description
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
G - Full Symbol Resolution can now take place.
Contains critical general components used in the
Ek9Compiler
listeners.-
Uses of EK9Parser.StreamCatContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.streamCat()
EK9Parser.StreamSourceContext.streamCat()
Modifier and TypeMethodDescriptionvoid
EK9BaseListener.enterStreamCat
(EK9Parser.StreamCatContext ctx) Enter a parse tree produced byEK9Parser.streamCat()
.void
EK9Listener.enterStreamCat
(EK9Parser.StreamCatContext ctx) Enter a parse tree produced byEK9Parser.streamCat()
.void
EK9BaseListener.exitStreamCat
(EK9Parser.StreamCatContext ctx) Exit a parse tree produced byEK9Parser.streamCat()
.void
EK9Listener.exitStreamCat
(EK9Parser.StreamCatContext ctx) Exit a parse tree produced byEK9Parser.streamCat()
.EK9BaseVisitor.visitStreamCat
(EK9Parser.StreamCatContext ctx) Visit a parse tree produced byEK9Parser.streamCat()
.EK9Visitor.visitStreamCat
(EK9Parser.StreamCatContext ctx) Visit a parse tree produced byEK9Parser.streamCat()
. -
Uses of EK9Parser.StreamCatContext in org.ek9lang.compiler.phase1
Modifier and TypeMethodDescriptionvoid
DefinitionListener.enterStreamCat
(EK9Parser.StreamCatContext ctx) -
Uses of EK9Parser.StreamCatContext in org.ek9lang.compiler.phase3
Modifier and TypeMethodDescriptionvoid
StreamCatOrError.accept
(EK9Parser.StreamCatContext ctx) void
ExpressionsListener.exitStreamCat
(EK9Parser.StreamCatContext ctx) -
Uses of EK9Parser.StreamCatContext in org.ek9lang.compiler.support
Modifier and TypeMethodDescriptionSymbolFactory.newStreamCat
(EK9Parser.StreamCatContext ctx, IScope scope) Create a new symbol that represents an EK9 'cat' part of a stream pipeline.