Uses of Class
org.ek9lang.antlr.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
Modifier and TypeMethodDescriptionEK9Parser.StreamExpressionContext.streamPart
(int i) EK9Parser.streamPart()
EK9Parser.StreamStatementContext.streamPart
(int i) Modifier and TypeMethodDescriptionEK9Parser.StreamExpressionContext.streamPart()
EK9Parser.StreamStatementContext.streamPart()
Modifier 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
Modifier and TypeMethodDescriptionvoid
DefinitionListener.enterStreamPart
(EK9Parser.StreamPartContext ctx) -
Uses of EK9Parser.StreamPartContext in org.ek9lang.compiler.phase3
Modifier and TypeMethodDescriptionStreamAssemblyData.streamParts()
Returns the value of thestreamParts
record component.Modifier and TypeMethodDescriptionvoid
HeadTailSkipOrError.accept
(EK9Parser.StreamPartContext ctx) ModifierConstructorDescriptionStreamAssemblyData
(StreamCallSymbol source, List<EK9Parser.StreamPartContext> streamParts, StreamCallSymbol termination) Creates an instance of aStreamAssemblyData
record class. -
Uses of EK9Parser.StreamPartContext in org.ek9lang.compiler.support
Modifier and TypeMethodDescriptionSymbolFactory.newStreamPart
(EK9Parser.StreamPartContext ctx, IScope scope) Create a new symbol that represents an EK9 stream function part of a stream pipeline.