MethodMatchers.AnyMethodMatcher.anyClass()
Deprecated.
Match on any class.
MethodMatchers.InstanceMethodMatcher.anyClass()
Deprecated.
Match on any class.
MethodMatchers.StaticMethodMatcher.anyClass()
Deprecated.
Match on any class.
Deprecated.
Match the given type exactly.
Deprecated.
Match on types with the given fully-qualified name.
Deprecated.
Match on types that satisfy the given predicate.
Deprecated.
Match on types that satisfy the given predicate.
MethodMatchers.StaticMethodMatcher.onClass(Supplier<com.sun.tools.javac.code.Type> classType)
Deprecated.
Match on the given type exactly.
Deprecated.
Match on types with the given fully-qualified name.
Deprecated.
Match on types that are equal to any of the given types.
Deprecated.
Match on types that are equal to any of the given types.
Deprecated.
Match on descendants of the given type.
Deprecated.
Match on descendants of the given fully-qualified type name.
Deprecated.
Match on descendants of the given type.
Deprecated.
Match on descendants of the given fully-qualified type name.
Deprecated.
Match on descendants of the given type.
Deprecated.
Match on descendants of the given fully-qualified type name.
Deprecated.
Match on types that are descendants of any of the given types.
Deprecated.
Match on types that are descendants of any of the given types.
Deprecated.
Match on types that are descendants of any of the given types.
Deprecated.
Match on types that are descendants of any of the given types.
Deprecated.
Match on types that are descendants of any of the given types.
Deprecated.
Match on types that are descendants of any of the given types.
MethodMatchers.InstanceMethodMatcher.onExactClass(Supplier<com.sun.tools.javac.code.Type> classType)
Deprecated.
Match on the given type exactly.
Deprecated.
Match on types with the given fully-qualified name.
Deprecated.
Match on types that are exactly the same as any of the given types.
Deprecated.
Match on types that are exactly the same as any of the given types.