Uses of Enum
com.google.errorprone.matchers.UnusedReturnValueMatcher.AllowReason
Packages that use UnusedReturnValueMatcher.AllowReason
-
Uses of UnusedReturnValueMatcher.AllowReason in com.google.errorprone.matchers
Subclasses with type arguments of type UnusedReturnValueMatcher.AllowReason in com.google.errorprone.matchersModifier and TypeClassDescriptionstatic enum
Enumeration of known reasons that an unused return value may be allowed because of the context in which the method is used.Methods in com.google.errorprone.matchers that return UnusedReturnValueMatcher.AllowReasonModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static UnusedReturnValueMatcher.AllowReason[]
UnusedReturnValueMatcher.AllowReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.errorprone.matchers that return types with arguments of type UnusedReturnValueMatcher.AllowReasonModifier and TypeMethodDescriptionUnusedReturnValueMatcher.getAllowReasons
(com.sun.source.tree.ExpressionTree tree, VisitorState state) Returns a stream of reasons the given expression is allowed to have an unused return value based on its context.