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.