Uses of Class
org.ek9lang.antlr.EK9Parser.StreamPartContext
Packages that use EK9Parser.StreamPartContext
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.StreamPartContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.StreamPartContextModifier and TypeMethodDescriptionEK9Parser.StreamExpressionContext.streamPart
(int i) EK9Parser.streamPart()
EK9Parser.StreamStatementContext.streamPart
(int i) Methods in org.ek9lang.antlr that return types with arguments of type EK9Parser.StreamPartContextModifier and TypeMethodDescriptionEK9Parser.StreamExpressionContext.streamPart()
EK9Parser.StreamStatementContext.streamPart()
Methods in org.ek9lang.antlr with parameters of type EK9Parser.StreamPartContextModifier and TypeMethodDescriptionvoid
EK9BaseListener.enterStreamPart
(EK9Parser.StreamPartContext ctx) Enter a parse tree produced byEK9Parser.streamPart()
.void
EK9Listener.enterStreamPart
(EK9Parser.StreamPartContext ctx) Enter a parse tree produced byEK9Parser.streamPart()
.void
EK9BaseListener.exitStreamPart
(EK9Parser.StreamPartContext ctx) Exit a parse tree produced byEK9Parser.streamPart()
.void
EK9Listener.exitStreamPart
(EK9Parser.StreamPartContext ctx) Exit a parse tree produced byEK9Parser.streamPart()
.EK9BaseVisitor.visitStreamPart
(EK9Parser.StreamPartContext ctx) Visit a parse tree produced byEK9Parser.streamPart()
.EK9Visitor.visitStreamPart
(EK9Parser.StreamPartContext ctx) Visit a parse tree produced byEK9Parser.streamPart()
. -
Uses of EK9Parser.StreamPartContext in org.ek9lang.compiler.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.StreamPartContextModifier and TypeMethodDescriptionvoid
DefinitionListener.enterStreamPart
(EK9Parser.StreamPartContext ctx) -
Uses of EK9Parser.StreamPartContext in org.ek9lang.compiler.phase3
Classes in org.ek9lang.compiler.phase3 that implement interfaces with type arguments of type EK9Parser.StreamPartContextModifier and TypeClassDescription(package private) final class
Checks the possible operation variable, literal or function for suitability for use with 'head', 'tail' and 'skip'.Methods in org.ek9lang.compiler.phase3 that return types with arguments of type EK9Parser.StreamPartContextModifier and TypeMethodDescriptionStreamAssemblyData.streamParts()
Returns the value of thestreamParts
record component.Methods in org.ek9lang.compiler.phase3 with parameters of type EK9Parser.StreamPartContextModifier and TypeMethodDescriptionvoid
HeadTailSkipOrError.accept
(EK9Parser.StreamPartContext ctx) Constructor parameters in org.ek9lang.compiler.phase3 with type arguments of type EK9Parser.StreamPartContextModifierConstructorDescriptionStreamAssemblyData
(StreamCallSymbol source, List<EK9Parser.StreamPartContext> streamParts, StreamCallSymbol termination) Creates an instance of aStreamAssemblyData
record class. -
Uses of EK9Parser.StreamPartContext in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support with parameters of type EK9Parser.StreamPartContextModifier and TypeMethodDescriptionStreamFactory.newStreamPart
(EK9Parser.StreamPartContext ctx, IScope scope) Create a new symbol that represents an EK9 stream function part of a stream pipeline.SymbolFactory.newStreamPart
(EK9Parser.StreamPartContext ctx, IScope scope) Create a new symbol that represents an EK9 stream function part of a stream pipeline.