Uses of Class
net.sourceforge.pmd.lang.java.types.internal.infer.MethodCallSite
-
Packages that use MethodCallSite Package Description net.sourceforge.pmd.lang.java.types.internal.infer -
-
Uses of MethodCallSite in net.sourceforge.pmd.lang.java.types.internal.infer
Methods in net.sourceforge.pmd.lang.java.types.internal.infer that return MethodCallSite Modifier and Type Method Description MethodCallSiteInfer. newCallSite(ExprMirror.InvocationMirror expr, @Nullable JTypeMirror expectedType)Methods in net.sourceforge.pmd.lang.java.types.internal.infer with parameters of type MethodCallSite Modifier and Type Method Description default voidTypeInferenceLogger. ambiguityError(MethodCallSite site, @Nullable ExprMirror.InvocationMirror.MethodCtDecl selected, List<ExprMirror.InvocationMirror.MethodCtDecl> m1)voidTypeInferenceLogger.SimpleLogger. ambiguityError(MethodCallSite site, @Nullable ExprMirror.InvocationMirror.MethodCtDecl selected, List<ExprMirror.InvocationMirror.MethodCtDecl> methods)default voidTypeInferenceLogger. fallbackInvocation(JMethodSig ctdecl, MethodCallSite site)voidTypeInferenceLogger.SimpleLogger. fallbackInvocation(JMethodSig ctdecl, MethodCallSite site)@NonNull ExprMirror.InvocationMirror.MethodCtDeclInfer. getCompileTimeDecl(MethodCallSite site)voidInfer. inferInvocationRecursively(MethodCallSite site)Determines the most specific applicable method for the given call site.default voidTypeInferenceLogger. noApplicableCandidates(MethodCallSite site)voidTypeInferenceLogger.SimpleLogger. noApplicableCandidates(MethodCallSite site)default voidTypeInferenceLogger. noCompileTimeDeclaration(MethodCallSite site)voidTypeInferenceLogger.SimpleLogger. noCompileTimeDeclaration(MethodCallSite site)default voidTypeInferenceLogger. skipInstantiation(JMethodSig partiallyInferred, MethodCallSite site)voidTypeInferenceLogger.VerboseLogger. skipInstantiation(JMethodSig partiallyInferred, MethodCallSite site)default voidTypeInferenceLogger. startInference(JMethodSig sig, MethodCallSite site, net.sourceforge.pmd.lang.java.types.internal.infer.MethodResolutionPhase phase)voidTypeInferenceLogger.VerboseLogger. startInference(JMethodSig sig, MethodCallSite site, net.sourceforge.pmd.lang.java.types.internal.infer.MethodResolutionPhase phase)
-