Package org.ek9lang.compiler.phase3
Class ResolveIdentifierReferenceCallOrError
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase3.ResolveIdentifierReferenceCallOrError
- All Implemented Interfaces:
Function<EK9Parser.CallContext,
ScopedSymbol>
final class ResolveIdentifierReferenceCallOrError
extends TypedSymbolAccess
implements Function<EK9Parser.CallContext,ScopedSymbol>
Locate a possible call to an identifierReference, so some sort of call.
But this also checks the parameters that are to be passed as arguments, to check that the call is possible.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolsAndScopes
-
Constructor Summary
ConstructorDescriptionResolveIdentifierReferenceCallOrError
(SymbolsAndScopes symbolsAndScopes, SymbolFactory symbolFactory, ErrorListener errorListener) -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
ResolveIdentifierReferenceCallOrError
ResolveIdentifierReferenceCallOrError(SymbolsAndScopes symbolsAndScopes, SymbolFactory symbolFactory, ErrorListener errorListener)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EK9Parser.CallContext,
ScopedSymbol>
-