Package org.ek9lang.compiler.phase3
Class CheckValidFunctionDelegateOrError
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase3.CheckValidFunctionDelegateOrError
- All Implemented Interfaces:
Function<DelegateFunctionCheckData,
FunctionSymbol>
final class CheckValidFunctionDelegateOrError
extends TypedSymbolAccess
implements Function<DelegateFunctionCheckData,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
ConstructorsConstructorDescriptionCheckValidFunctionDelegateOrError
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
CheckValidFunctionDelegateOrError
CheckValidFunctionDelegateOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<DelegateFunctionCheckData,
FunctionSymbol>
-