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