Package org.ek9lang.compiler.phase3
Class FunctionDelegateOrError
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase3.FunctionDelegateOrError
- All Implemented Interfaces:
Function<DelegateFunctionData,
FunctionSymbol>
final class FunctionDelegateOrError
extends TypedSymbolAccess
implements Function<DelegateFunctionData,FunctionSymbol>
Check is the data passed in enabled a delegate function to be resolved and if so return that Function.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolsAndScopes
-
Constructor Summary
ConstructorDescriptionFunctionDelegateOrError
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
FunctionDelegateOrError
FunctionDelegateOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<DelegateFunctionData,
FunctionSymbol>
-