Class ResolveMethodOrError

All Implemented Interfaces:
BiFunction<IToken,MethodSearchInScope,MethodSymbol>

final class ResolveMethodOrError extends TypedSymbolAccess implements BiFunction<IToken,MethodSearchInScope,MethodSymbol>
Given a search for a method from an aggregate - and include supers/traits etc, this function will try and locate the method. But if not found or ambiguous it will issue errors.