Uses of Class
org.ek9lang.antlr.EK9Parser.StreamForContext
Packages that use EK9Parser.StreamForContext
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.StreamForContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.StreamForContextModifier and TypeMethodDescriptionEK9Parser.streamFor()
EK9Parser.StreamSourceContext.streamFor()
Methods in org.ek9lang.antlr with parameters of type EK9Parser.StreamForContextModifier and TypeMethodDescriptionvoid
EK9BaseListener.enterStreamFor
(EK9Parser.StreamForContext ctx) Enter a parse tree produced byEK9Parser.streamFor()
.void
EK9Listener.enterStreamFor
(EK9Parser.StreamForContext ctx) Enter a parse tree produced byEK9Parser.streamFor()
.void
EK9BaseListener.exitStreamFor
(EK9Parser.StreamForContext ctx) Exit a parse tree produced byEK9Parser.streamFor()
.void
EK9Listener.exitStreamFor
(EK9Parser.StreamForContext ctx) Exit a parse tree produced byEK9Parser.streamFor()
.EK9BaseVisitor.visitStreamFor
(EK9Parser.StreamForContext ctx) Visit a parse tree produced byEK9Parser.streamFor()
.EK9Visitor.visitStreamFor
(EK9Parser.StreamForContext ctx) Visit a parse tree produced byEK9Parser.streamFor()
. -
Uses of EK9Parser.StreamForContext in org.ek9lang.compiler.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.StreamForContextModifier and TypeMethodDescriptionvoid
DefinitionListener.enterStreamFor
(EK9Parser.StreamForContext ctx) -
Uses of EK9Parser.StreamForContext in org.ek9lang.compiler.phase3
Classes in org.ek9lang.compiler.phase3 that implement interfaces with type arguments of type EK9Parser.StreamForContextModifier and TypeClassDescription(package private) final class
Deals with working out what the type being "for'd" is.Methods in org.ek9lang.compiler.phase3 with parameters of type EK9Parser.StreamForContextModifier and TypeMethodDescriptionvoid
StreamForOrError.accept
(EK9Parser.StreamForContext ctx) void
ExpressionsListener.exitStreamFor
(EK9Parser.StreamForContext ctx) -
Uses of EK9Parser.StreamForContext in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support with parameters of type EK9Parser.StreamForContextModifier and TypeMethodDescriptionStreamFactory.newStreamFor
(EK9Parser.StreamForContext ctx, IScope scope) Create a new symbol that represents an EK9 'for' part of a stream pipeline.SymbolFactory.newStreamFor
(EK9Parser.StreamForContext ctx, IScope scope) Create a new symbol that represents an EK9 'for' part of a stream pipeline.