Class IsLambdaExpressionOrMethodReference
java.lang.Object
tech.picnic.errorprone.refaster.matchers.IsLambdaExpressionOrMethodReference
- All Implemented Interfaces:
com.google.errorprone.matchers.Matcher<ExpressionTree>,Serializable
public final class IsLambdaExpressionOrMethodReference
extends Object
implements com.google.errorprone.matchers.Matcher<ExpressionTree>
A matcher of lambda expressions and method references.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(ExpressionTree tree, com.google.errorprone.VisitorState state)
-
Constructor Details
-
IsLambdaExpressionOrMethodReference
public IsLambdaExpressionOrMethodReference()Instantiates a newIsLambdaExpressionOrMethodReferenceinstance.
-
-
Method Details
-
matches
- Specified by:
matchesin interfacecom.google.errorprone.matchers.Matcher<ExpressionTree>
-