Uses of Interface
net.sourceforge.pmd.lang.java.types.internal.infer.ExprMirror.PolyExprMirror
-
Packages that use ExprMirror.PolyExprMirror Package Description net.sourceforge.pmd.lang.java.types.internal.infer -
-
Uses of ExprMirror.PolyExprMirror in net.sourceforge.pmd.lang.java.types.internal.infer
Classes in net.sourceforge.pmd.lang.java.types.internal.infer with type parameters of type ExprMirror.PolyExprMirror Modifier and Type Class Description classPolySite<E extends ExprMirror.PolyExprMirror>Context of a poly expression.Subinterfaces of ExprMirror.PolyExprMirror in net.sourceforge.pmd.lang.java.types.internal.infer Modifier and Type Interface Description static interfaceExprMirror.BranchingMirrorMirrors a conditional or switch expression.static interfaceExprMirror.CtorInvocationMirrorAn invocation mirror reflecting a constructor invocation expression.static interfaceExprMirror.FunctionalExprMirrorMirror of some expression that targets a functional interface type: lambda or method reference.static interfaceExprMirror.InvocationMirrorAdapter over a method or constructor invocation expression.static interfaceExprMirror.LambdaExprMirrorMirrors a lambda expression.static interfaceExprMirror.MethodRefMirrorMirror of a method reference expression.
-