Package org.openrewrite.internal
Interface WhitespaceValidationService
public interface WhitespaceValidationService
Return a visitor suitable for use by the test framework to validate that whitespace contains no non-whitespace characters.
-
Method Summary
-
Method Details
-
getVisitor
TreeVisitor<?,ExecutionContext> getVisitor()
-