Package org.openrewrite
Class HasSourcePath<P>
-
Constructor Summary
ConstructorsConstructorDescriptionHasSourcePath(@Nullable String filePattern) HasSourcePath(String syntax, @Nullable String filePattern) -
Method Summary
Methods inherited from class org.openrewrite.TreeVisitor
adapt, collect, collect, defaultValue, doAfterVisit, getAfterVisit, getCursor, getLanguage, isAcceptable, isAdaptableTo, noop, postVisit, reduce, reduce, reduce, setCursor, stopAfterPreVisit, updateCursor, visit, visit, visit, visitAndCast, visitAndCast, visitMarker, visitMarkers, visitNonNull, visitNonNull, visitorTreeType
-
Constructor Details
-
HasSourcePath
-
HasSourcePath
- Parameters:
syntax- one of "glob" or "regex".filePattern- the file pattern.
-
-
Method Details
-
preVisit
- Overrides:
preVisitin classTreeVisitor<Tree,P>
-