Interface Token.TokenMatcher

  • Enclosing class:
    Token

    public static interface Token.TokenMatcher
    • Method Detail

      • matchesNotNullCursor

        boolean matchesNotNullCursor​(org.openrewrite.Tree tree,
                                     org.openrewrite.Cursor parent)
      • matches

        default boolean matches​(org.openrewrite.Cursor cursor)