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