Package org.ek9lang.compiler.phase3
Class StreamExpressionTerminationOrError
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase3.StreamExpressionTerminationOrError
- All Implemented Interfaces:
Consumer<EK9Parser.StreamExpressionTerminationContext>
final class StreamExpressionTerminationOrError
extends TypedSymbolAccess
implements Consumer<EK9Parser.StreamExpressionTerminationContext>
Process and ensure that the stream termination can function correctly.
But note this is only a basic check, only at the end of the whole Stream pipeline 'exit'
can the whole 'typed' flow be checked.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolsAndScopes
-
Constructor Summary
ConstructorDescriptionStreamExpressionTerminationOrError
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
StreamExpressionTerminationOrError
StreamExpressionTerminationOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<EK9Parser.StreamExpressionTerminationContext>
-