Uses of Class
net.sourceforge.pmd.lang.java.types.internal.infer.PolySite
-
Packages that use PolySite Package Description net.sourceforge.pmd.lang.java.types.internal.infer -
-
Uses of PolySite in net.sourceforge.pmd.lang.java.types.internal.infer
Subclasses of PolySite in net.sourceforge.pmd.lang.java.types.internal.infer Modifier and Type Class Description classMethodCallSitePoly site for an invocation expression.Methods in net.sourceforge.pmd.lang.java.types.internal.infer that return PolySite Modifier and Type Method Description PolySite<?>ResolutionFailure. getCallSite()Returns the call site for the failure.PolySite<ExprMirror.FunctionalExprMirror>Infer. newFunctionalSite(ExprMirror.FunctionalExprMirror mirror, @Nullable JTypeMirror expectedType)Methods in net.sourceforge.pmd.lang.java.types.internal.infer with parameters of type PolySite Modifier and Type Method Description voidInfer. inferFunctionalExprInUnambiguousContext(PolySite<ExprMirror.FunctionalExprMirror> site)Infer lambdas and method references that have a target type: cast contexts, and some assignment contexts (not inferred, not return from lambda).
-