Class GroovyFileChecker<P>
java.lang.Object
org.openrewrite.TreeVisitor<org.openrewrite.Tree,P>
org.openrewrite.staticanalysis.groovy.GroovyFileChecker<P>
public class GroovyFileChecker<P>
extends org.openrewrite.TreeVisitor<org.openrewrite.Tree,P>
Add a search marker if visiting a Groovy file
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openrewrite.TreeVisitor
adapt, collect, collect, defaultValue, doAfterVisit, getAfterVisit, getCursor, getLanguage, isAcceptable, isAdaptableTo, noop, postVisit, preVisit, reduce, reduce, reduce, setCursor, stopAfterPreVisit, updateCursor, visit, visit, visitAndCast, visitAndCast, visitMarker, visitMarkers, visitNonNull, visitNonNull, visitorTreeType
-
Constructor Details
-
GroovyFileChecker
public GroovyFileChecker()
-
-
Method Details
-
visit
- Overrides:
visitin classorg.openrewrite.TreeVisitor<org.openrewrite.Tree,P>
-