Package org.ek9lang.compiler.phase3
Class StreamExpressionOrError
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase3.StreamExpressionOrError
- All Implemented Interfaces:
Consumer<EK9Parser.StreamExpressionContext>
final class StreamExpressionOrError
extends TypedSymbolAccess
implements Consumer<EK9Parser.StreamExpressionContext>
Now does the check/processing of the whole stream pipeline.
This focuses on the checking/population of consumes/produces of types in each of
the stages of the pipeline from the sources, pipe-line-parts* and termination.
This is quite tricky because some things types are fixed and others more flexible.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolsAndScopes
-
Constructor Summary
ConstructorDescriptionStreamExpressionOrError
(SymbolsAndScopes symbolsAndScopes, SymbolFactory symbolFactory, ErrorListener errorListener) -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
StreamExpressionOrError
StreamExpressionOrError(SymbolsAndScopes symbolsAndScopes, SymbolFactory symbolFactory, ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<EK9Parser.StreamExpressionContext>
-