Package com.google.errorprone.matchers.method
package com.google.errorprone.matchers.method
-
ClassDescriptionThe state that is propagated across a match operation for constructors.The state that is propagated across a match operation.The machinery and type definitions necessary to model and compile a single efficient matcher out of a list of
MethodMatchers.MethodMatcher
s.The kinds of things that count as a method invocation.A rule describing a set of constraints for a method invocation.A specific value for a property that a method invocation can have.A token specifying the class or interface in which the invoked method was defined.A token limiting theMethodInvocationMatcher.Token.Kind
of invocation to match.A token limiting the name of the method being invoked.A token limiting the types of the formal parameters of the method being invoked.A token specifying that the class of the object on which the method is being invoked must be a subtype of another type.A token specifying the exact type of the object on which the method is being invoked (or the class in which it is defined, for static methods).The kinds of properties a matcher can match against.Deprecated.Deprecated.useMatcher<ExpressionTree>
instead of referring directly to this type.Deprecated.useMatcher<ExpressionTree>
instead of referring directly to this type.Deprecated.useMatcher<ExpressionTree>
instead of referring directly to this type.Deprecated.useMatcher<ExpressionTree>
instead of referring directly to this type.Deprecated.useMatcher<ExpressionTree>
instead of referring directly to this type.Deprecated.useMatcher<ExpressionTree>
instead of referring directly to this type.Deprecated.useMatcher<ExpressionTree>
instead of referring directly to this type.Deprecated.useMatcher<ExpressionTree>
instead of referring directly to this type.Deprecated.useMatcher<ExpressionTree>
instead of referring directly to this type.
Matcher<ExpressionTree>
instead of referring directly to this type.