Interface MethodMatchers.ConstructorMatcher
- All Superinterfaces:
Matcher<com.sun.source.tree.ExpressionTree>
,MethodMatchers.MethodMatcher
,Serializable
- Enclosing class:
MethodMatchers
@Deprecated
public static interface MethodMatchers.ConstructorMatcher
extends MethodMatchers.MethodMatcher
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionforClass
(TypePredicate predicate) Deprecated.Match on types that satisfy the given predicate.Deprecated.Match on the given type exactly.Deprecated.Match on the given type exactly.
-
Method Details
-
forClass
Deprecated.Match on types that satisfy the given predicate. -
forClass
Deprecated.Match on the given type exactly. -
forClass
Deprecated.Match on the given type exactly.
-
Matcher<ExpressionTree>
instead of referring directly to this type.