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 Type Method Description MethodMatchers.ConstructorClassMatcher
forClass(TypePredicate predicate)
Deprecated.Match on types that satisfy the given predicate.MethodMatchers.ConstructorClassMatcher
forClass(Supplier<com.sun.tools.javac.code.Type> classType)
Deprecated.Match on the given type exactly.MethodMatchers.ConstructorClassMatcher
forClass(String className)
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.