Package org.openrewrite.yaml.format
Class IndentsVisitor<P>
java.lang.Object
org.openrewrite.TreeVisitor<Yaml,P>
org.openrewrite.yaml.YamlVisitor<P>
org.openrewrite.yaml.YamlIsoVisitor<P>
org.openrewrite.yaml.format.IndentsVisitor<P>
-
Constructor Summary
ConstructorsConstructorDescriptionIndentsVisitor(IndentsStyle style, @Nullable org.openrewrite.Tree stopAfter) -
Method Summary
Methods inherited from class org.openrewrite.yaml.YamlIsoVisitor
visitDocument, visitDocumentEnd, visitDocuments, visitMapping, visitMappingEntry, visitScalar, visitSequence, visitSequenceEntry, visitTagMethods inherited from class org.openrewrite.yaml.YamlVisitor
autoFormat, autoFormat, autoFormat, getLanguage, isAcceptable, maybeAutoFormat, maybeAutoFormat, maybeAutoFormat, maybeCoalesceProperties, removeUnused, visitAlias, visitAnchorMethods inherited from class org.openrewrite.TreeVisitor
adapt, collect, collect, defaultValue, doAfterVisit, getAfterVisit, getCursor, isAdaptableTo, noop, reduce, reduce, reduce, setCursor, stopAfterPreVisit, updateCursor, visit, visitAndCast, visitAndCast, visitMarker, visitMarkers, visitNonNull, visitNonNull, visitorTreeType
-
Constructor Details
-
IndentsVisitor
-
-
Method Details
-
visit
-
preVisit
-
postVisit
-
visit
-