Uses of Package
com.google.errorprone.matchers.method
Package
Description
A predicate DSL for matching javac AST nodes.
-
ClassDescriptionDeprecated.Deprecated.use
Matcher<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. -
ClassDescriptionThe state that is propagated across a match operation.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 the
MethodInvocationMatcher.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.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.Deprecated.useMatcher<ExpressionTree>
instead of referring directly to this type.
Matcher<ExpressionTree>
instead of referring directly to this type.