Uses of Class
net.sourceforge.pmd.lang.java.types.internal.infer.ExprMirror.InvocationMirror.MethodCtDecl
-
Packages that use ExprMirror.InvocationMirror.MethodCtDecl Package Description net.sourceforge.pmd.lang.java.types.internal.infer -
-
Uses of ExprMirror.InvocationMirror.MethodCtDecl in net.sourceforge.pmd.lang.java.types.internal.infer
Methods in net.sourceforge.pmd.lang.java.types.internal.infer that return ExprMirror.InvocationMirror.MethodCtDecl Modifier and Type Method Description @NonNull ExprMirror.InvocationMirror.MethodCtDeclInfer. getCompileTimeDecl(MethodCallSite site)@Nullable ExprMirror.InvocationMirror.MethodCtDeclExprMirror.InvocationMirror. getCtDecl()Returns the method type set withExprMirror.InvocationMirror.setCtDecl(MethodCtDecl)or null if that method was never called.Methods in net.sourceforge.pmd.lang.java.types.internal.infer with parameters of type ExprMirror.InvocationMirror.MethodCtDecl 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)voidExprMirror.InvocationMirror. setCtDecl(ExprMirror.InvocationMirror.MethodCtDecl methodType)Method parameters in net.sourceforge.pmd.lang.java.types.internal.infer with type arguments of type ExprMirror.InvocationMirror.MethodCtDecl 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)
-