Class KotlinFileChecker<P>
java.lang.Object
org.openrewrite.TreeVisitor<org.openrewrite.Tree,P>
org.openrewrite.staticanalysis.kotlin.KotlinFileChecker<P>
public class KotlinFileChecker<P>
extends org.openrewrite.TreeVisitor<org.openrewrite.Tree,P>
Add a search marker if visiting a Kotlin 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
-
KotlinFileChecker
public KotlinFileChecker()
-
-
Method Details
-
visit
- Overrides:
visitin classorg.openrewrite.TreeVisitor<org.openrewrite.Tree,P>
-