Class ProcessThisSuperCallOrError

All Implemented Interfaces:
Function<EK9Parser.CallContext,MethodSymbol>

final class ProcessThisSuperCallOrError extends TypedSymbolAccess implements Function<EK9Parser.CallContext,MethodSymbol>
Just focus on resolving 'this' or 'super' in respect to a 'call'. For example 'this()' or 'super()', but can include parameters. This will also look at the context of where the call is made from as well as the parameter compatibility.