ViolationsSyntaxRewriter

public protocol ViolationsSyntaxRewriter : SyntaxRewriter

A SwiftSyntax SyntaxRewriter that produces absolute positions where corrections were applied.

  • Positions in a source file where corrections were applied.

    Declaration

    Swift

    var correctionPositions: [AbsolutePosition] { get }