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>
-
public class IndentsVisitor<P> extends YamlIsoVisitor<P>
-
-
Constructor Summary
Constructors Constructor Description IndentsVisitor(IndentsStyle style, @Nullable org.openrewrite.Tree stopAfter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable YamlpostVisit(Yaml tree, P p)@Nullable YamlpreVisit(Yaml tree, P p)@Nullable Yamlvisit(@Nullable org.openrewrite.Tree tree, P p, org.openrewrite.Cursor parent)-
Methods inherited from class org.openrewrite.yaml.YamlIsoVisitor
visitDocument, visitDocuments, visitMapping, visitMappingEntry, visitScalar, visitSequence, visitSequenceEntry
-
Methods inherited from class org.openrewrite.yaml.YamlVisitor
getLanguage, maybeCoalesceProperties, removeUnused
-
-
-
-
Constructor Detail
-
IndentsVisitor
public IndentsVisitor(IndentsStyle style, @Nullable @Nullable org.openrewrite.Tree stopAfter)
-
-