Uses of Class
com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule.Evaluation
Packages that use ResultUseRule.Evaluation
-
Uses of ResultUseRule.Evaluation in com.google.errorprone.bugpatterns.checkreturnvalue
Methods in com.google.errorprone.bugpatterns.checkreturnvalue that return ResultUseRule.EvaluationModifier and TypeMethodDescriptionstatic <S> ResultUseRule.Evaluation
<S> ResultUseRule.Evaluation.create
(ResultUseRule<?, S> rule, ResultUseRule.RuleScope scope, S element, ResultUsePolicy policy) Creates a newResultUseRule.Evaluation
.Methods in com.google.errorprone.bugpatterns.checkreturnvalue that return types with arguments of type ResultUseRule.EvaluationModifier and TypeMethodDescriptionfinal Optional
<ResultUseRule.Evaluation<S>> ResultUseRule.evaluate
(ResultUseRule.RuleScope scope, S symbol, C context) Evaluates the given symbol and optionally returns anResultUseRule.Evaluation
of it.ResultUsePolicyEvaluator.evaluations
(M method, C state) Returns a stream ofResultUseRule.Evaluation
s made by rules starting from the givenmethod
.