Package org.ek9lang.compiler.phase3
Class StreamFunctionOrError
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase3.StreamFunctionOrError
- All Implemented Interfaces:
Function<EK9Parser.PipelinePartContext,
Optional<FunctionSymbol>>
final class StreamFunctionOrError
extends TypedSymbolAccess
implements Function<EK9Parser.PipelinePartContext,Optional<FunctionSymbol>>
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolsAndScopes
-
Constructor Summary
ConstructorDescriptionStreamFunctionOrError
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
StreamFunctionOrError
StreamFunctionOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EK9Parser.PipelinePartContext,
Optional<FunctionSymbol>>
-