Class Returns

java.lang.Object
com.google.errorprone.matchers.Returns
All Implemented Interfaces:
Matcher<StatementTree>, Serializable

public class Returns extends Object implements Matcher<StatementTree>
Matches a return statement whose returned expression is matched by the given matcher.
Author:
schmitt@google.com (Peter Schmitt)
See Also: