Class MethodCallSite


  • public class MethodCallSite
    extends PolySite<ExprMirror.InvocationMirror>
    Poly site for an invocation expression. Includes info about an ongoing outer inference process if any, as well as an expected target type. The target type might depend on inference of the outer context, by mentioning free type variables. In that case they're resolved together.