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.
I - PRE Intermediate Representation generation checks.
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 TypeMethodDescriptionvoidEK9BaseListener.enterStreamFor(EK9Parser.StreamForContext ctx) Enter a parse tree produced byEK9Parser.streamFor().voidEK9Listener.enterStreamFor(EK9Parser.StreamForContext ctx) Enter a parse tree produced byEK9Parser.streamFor().voidEK9BaseListener.exitStreamFor(EK9Parser.StreamForContext ctx) Exit a parse tree produced byEK9Parser.streamFor().voidEK9Listener.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 TypeMethodDescriptionvoidDefinitionListener.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 classDeals with working out what the type being "for'd" is.Methods in org.ek9lang.compiler.phase3 with parameters of type EK9Parser.StreamForContextModifier and TypeMethodDescriptionvoidStreamForOrError.accept(EK9Parser.StreamForContext ctx) voidExpressionsListener.exitStreamFor(EK9Parser.StreamForContext ctx) -
Uses of EK9Parser.StreamForContext in org.ek9lang.compiler.phase5
Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.StreamForContextModifier and TypeMethodDescriptionvoidPreIRListener.enterStreamFor(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.