Package org.openrewrite.groovy.internal
Class GroovyWhitespaceValidationService
java.lang.Object
org.openrewrite.groovy.internal.GroovyWhitespaceValidationService
- All Implemented Interfaces:
org.openrewrite.internal.WhitespaceValidationService
public class GroovyWhitespaceValidationService
extends Object
implements org.openrewrite.internal.WhitespaceValidationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openrewrite.TreeVisitor<?, org.openrewrite.ExecutionContext>
-
Constructor Details
-
GroovyWhitespaceValidationService
public GroovyWhitespaceValidationService()
-
-
Method Details
-
getVisitor
public org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> getVisitor()- Specified by:
getVisitorin interfaceorg.openrewrite.internal.WhitespaceValidationService
-