Uses of Record Class
org.ek9lang.compiler.phase7.generator.StreamSource
Packages that use StreamSource
-
Uses of StreamSource in org.ek9lang.compiler.phase7.generator
Methods in org.ek9lang.compiler.phase7.generator that return StreamSourceModifier and TypeMethodDescriptionBufferedStageParams.source()Returns the value of thesourcerecord component.Methods in org.ek9lang.compiler.phase7.generator with parameters of type StreamSourceModifier and TypeMethodDescription(package private) voidStreamEmissionEngine.applyGroupingStage(StreamSource source, ISymbol consumedElementType, BucketTracker tracker, StageGroup preStageGroup, StageGroup postStageGroup, BoundaryConditionBuilder boundaryBuilder, TerminalSetup terminalSetup, List<IRInstr> instructions, DebugInfo debugInfo) Shared drain+emit engine for the consecutive-grouping stream stages (GROUP, SPLIT).Constructors in org.ek9lang.compiler.phase7.generator with parameters of type StreamSourceModifierConstructorDescription(package private)BufferedStageParams(StageGroup stageGroup, StreamSource source, TerminalSetup terminalSetup, List<IRInstr> instructions, DebugInfo debugInfo) Creates an instance of aBufferedStageParamsrecord class.