Uses of Interface
net.sourceforge.pmd.lang.java.types.internal.infer.ExprMirror.InvocationMirror
-
Packages that use ExprMirror.InvocationMirror Package Description net.sourceforge.pmd.lang.java.types.internal.infer net.sourceforge.pmd.lang.java.types.internal.infer.ast -
-
Uses of ExprMirror.InvocationMirror in net.sourceforge.pmd.lang.java.types.internal.infer
Subinterfaces of ExprMirror.InvocationMirror in net.sourceforge.pmd.lang.java.types.internal.infer Modifier and Type Interface Description static interfaceExprMirror.CtorInvocationMirrorAn invocation mirror reflecting a constructor invocation expression.Methods in net.sourceforge.pmd.lang.java.types.internal.infer with parameters of type ExprMirror.InvocationMirror Modifier and Type Method Description MethodCallSiteInfer. newCallSite(ExprMirror.InvocationMirror expr, @Nullable JTypeMirror expectedType) -
Uses of ExprMirror.InvocationMirror in net.sourceforge.pmd.lang.java.types.internal.infer.ast
Methods in net.sourceforge.pmd.lang.java.types.internal.infer.ast that return ExprMirror.InvocationMirror Modifier and Type Method Description ExprMirror.InvocationMirrorJavaExprMirrors. getInvocationMirror(InvocationNode e, JavaExprMirrors.MirrorMaker subexprMaker)ExprMirror.InvocationMirrorJavaExprMirrors. getTopLevelInvocationMirror(InvocationNode e)
-