Package org.ek9lang.compiler.phase3
Class StreamFunctionArgumentsOrError
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase3.StreamFunctionArgumentsOrError
- All Implemented Interfaces:
Consumer<StreamFunctionCheckData>
final class StreamFunctionArgumentsOrError
extends TypedSymbolAccess
implements Consumer<StreamFunctionCheckData>
Checks that the arguments in the function are compatible with the current pipeline type.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolsAndScopes
-
Constructor Summary
ConstructorDescriptionStreamFunctionArgumentsOrError
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
StreamFunctionArgumentsOrError
StreamFunctionArgumentsOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<StreamFunctionCheckData>
-