Package org.openrewrite.properties
Class PropertiesIsoVisitor<P>
java.lang.Object
org.openrewrite.TreeVisitor<Properties,P>
org.openrewrite.properties.PropertiesVisitor<P>
org.openrewrite.properties.PropertiesIsoVisitor<P>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvisitComment(Properties.Comment comment, P p) visitEntry(Properties.Entry entry, P p) visitFile(Properties.File file, P p) Methods inherited from class org.openrewrite.properties.PropertiesVisitor
getLanguage, isAcceptable, visitValueMethods inherited from class org.openrewrite.TreeVisitor
adapt, collect, collect, defaultValue, doAfterVisit, getAfterVisit, getCursor, isAdaptableTo, noop, postVisit, preVisit, reduce, reduce, reduce, setCursor, stopAfterPreVisit, updateCursor, visit, visit, visit, visitAndCast, visitAndCast, visitMarker, visitMarkers, visitNonNull, visitNonNull, visitorTreeType
-
Constructor Details
-
PropertiesIsoVisitor
public PropertiesIsoVisitor()
-
-
Method Details
-
visitComment
- Overrides:
visitCommentin classPropertiesVisitor<P>
-
visitFile
- Overrides:
visitFilein classPropertiesVisitor<P>
-
visitEntry
- Overrides:
visitEntryin classPropertiesVisitor<P>
-