Class IsCharacter

java.lang.Object
tech.picnic.errorprone.refaster.matchers.IsCharacter
All Implemented Interfaces:
com.google.errorprone.matchers.Matcher<ExpressionTree>, Serializable

public final class IsCharacter extends Object implements com.google.errorprone.matchers.Matcher<ExpressionTree>
A matcher of char- and Character-typed expressions.
See Also:
  • Constructor Details

    • IsCharacter

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

    • matches

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