Class MethodMatchers
java.lang.Object
com.google.errorprone.matchers.method.MethodMatchers
public final class MethodMatchers extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
MethodMatchers.AnyMethodMatcher
Deprecated.static interface
MethodMatchers.ConstructorClassMatcher
Deprecated.useMatcher<ExpressionTree>
instead of referring directly to this type.static interface
MethodMatchers.ConstructorMatcher
Deprecated.useMatcher<ExpressionTree>
instead of referring directly to this type.static interface
MethodMatchers.InstanceMethodMatcher
Deprecated.useMatcher<ExpressionTree>
instead of referring directly to this type.static interface
MethodMatchers.MethodClassMatcher
Deprecated.useMatcher<ExpressionTree>
instead of referring directly to this type.static interface
MethodMatchers.MethodMatcher
Deprecated.useMatcher<ExpressionTree>
instead of referring directly to this type.static interface
MethodMatchers.MethodNameMatcher
Deprecated.useMatcher<ExpressionTree>
instead of referring directly to this type.static interface
MethodMatchers.MethodSignatureMatcher
Deprecated.useMatcher<ExpressionTree>
instead of referring directly to this type.static interface
MethodMatchers.ParameterMatcher
Deprecated.useMatcher<ExpressionTree>
instead of referring directly to this type.static interface
MethodMatchers.StaticMethodMatcher
Deprecated.useMatcher<ExpressionTree>
instead of referring directly to this type. -
Method Summary
Modifier and Type Method Description static MethodMatchers.AnyMethodMatcher
anyMethod()
static MethodMatchers.ConstructorMatcher
constructor()
static MethodMatchers.InstanceMethodMatcher
instanceMethod()
static MethodMatchers.StaticMethodMatcher
staticMethod()
-
Method Details
-
staticMethod
-
instanceMethod
-
anyMethod
-
constructor
-
Matcher<ExpressionTree>
instead of referring directly to this type.