Package org.ek9lang.compiler.phase3
Class ResolveFunctionOrError
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase3.ResolveFunctionOrError
- All Implemented Interfaces:
Function<FunctionData,
FunctionSymbol>
final class ResolveFunctionOrError
extends TypedSymbolAccess
implements Function<FunctionData,FunctionSymbol>
Check for valid function parameters.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolsAndScopes
-
Constructor Summary
ConstructorDescriptionResolveFunctionOrError
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
ResolveFunctionOrError
ResolveFunctionOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<FunctionData,
FunctionSymbol>
-