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 Details

    • IsRefasterAsVarargs

      public IsRefasterAsVarargs()
      Instantiates a new IsRefasterAsVarargs instance.
  • Method Details

    • matches

      public boolean matches(ExpressionTree expressionTree, com.google.errorprone.VisitorState state)
      Specified by:
      matches in interface com.google.errorprone.matchers.Matcher<ExpressionTree>