Hierarchy For Package com.google.errorprone.matchers
Class Hierarchy
- java.lang.Object
- com.google.errorprone.matchers.AbstractTypeMatcher<T> (implements com.google.errorprone.matchers.Matcher<T>)
- com.google.errorprone.matchers.IsSameType<T>
- com.google.errorprone.matchers.IsSubtypeOf<T>
- com.google.errorprone.matchers.AnnotationDoesNotHaveArgument (implements com.google.errorprone.matchers.Matcher<T>)
- com.google.errorprone.matchers.AnnotationHasArgumentWithValue (implements com.google.errorprone.matchers.Matcher<T>)
- com.google.errorprone.matchers.AnnotationMatcherUtils
- com.google.errorprone.matchers.AnnotationType (implements com.google.errorprone.matchers.Matcher<T>)
- com.google.errorprone.matchers.Asserts (implements com.google.errorprone.matchers.Matcher<T>)
- com.google.errorprone.matchers.ChildMultiMatcher<T,
N> (implements com.google.errorprone.matchers.MultiMatcher<T, N>) - com.google.errorprone.matchers.AnnotationMatcher<T>
- com.google.errorprone.matchers.ConstructorOfClass
- com.google.errorprone.matchers.HasArguments
- com.google.errorprone.matchers.MethodHasParameters
- com.google.errorprone.matchers.CompileTimeConstantExpressionMatcher (implements com.google.errorprone.matchers.Matcher<T>)
- com.google.errorprone.matchers.CompoundAssignment (implements com.google.errorprone.matchers.Matcher<T>)
- com.google.errorprone.matchers.Contains (implements com.google.errorprone.matchers.Matcher<T>)
- com.google.errorprone.matchers.Description
- com.google.errorprone.matchers.Description.Builder
- com.google.errorprone.matchers.Enclosing
- com.google.errorprone.matchers.Enclosing.Block<T>
- com.google.errorprone.matchers.Enclosing.BlockOrCase<T> (implements com.google.errorprone.matchers.Matcher<T>)
- com.google.errorprone.matchers.Enclosing.Class<T>
- com.google.errorprone.matchers.Enclosing.Method<T>
- com.google.errorprone.matchers.FieldMatchers
- com.google.errorprone.matchers.HasIdentifier (implements com.google.errorprone.matchers.Matcher<T>)
- com.google.errorprone.matchers.InjectMatchers
- com.google.errorprone.matchers.IsNonNullMatcher (implements com.google.errorprone.matchers.Matcher<T>)
- com.google.errorprone.matchers.JUnitMatchers
- com.google.errorprone.matchers.Matchers
- com.google.errorprone.matchers.MethodInvocation (implements com.google.errorprone.matchers.Matcher<T>)
- com.google.errorprone.matchers.MethodInvocationArgument (implements com.google.errorprone.matchers.Matcher<T>)
- com.google.errorprone.matchers.MethodVisibility (implements com.google.errorprone.matchers.Matcher<T>)
- com.google.errorprone.matchers.MultiMatcher.MultiMatchResult<N>
- com.google.errorprone.matchers.NullnessMatcher (implements com.google.errorprone.matchers.Matcher<T>)
- com.google.errorprone.matchers.Returns (implements com.google.errorprone.matchers.Matcher<T>)
- com.google.errorprone.matchers.StringLiteral (implements com.google.errorprone.matchers.Matcher<T>)
- com.google.errorprone.matchers.TestNgMatchers
- com.google.errorprone.matchers.Throws (implements com.google.errorprone.matchers.Matcher<T>)
- com.google.errorprone.matchers.UnusedReturnValueMatcher (implements com.google.errorprone.matchers.Matcher<T>)
- com.google.errorprone.matchers.WaitMatchers
- com.google.errorprone.matchers.AbstractTypeMatcher<T> (implements com.google.errorprone.matchers.Matcher<T>)
Interface Hierarchy
- java.io.Serializable
- com.google.errorprone.matchers.Matcher<T>
- com.google.errorprone.matchers.MultiMatcher<T,
N>
- com.google.errorprone.matchers.MultiMatcher<T,
- com.google.errorprone.matchers.Matcher<T>
- com.google.errorprone.matchers.Suppressible
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.google.errorprone.matchers.ChildMultiMatcher.MatchType
- com.google.errorprone.matchers.MethodVisibility.Visibility
- com.google.errorprone.matchers.UnusedReturnValueMatcher.AllowReason
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)