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