Package org.openrewrite.yaml
Class ShiftFormatLeftVisitor<P>
java.lang.Object
org.openrewrite.TreeVisitor<Yaml,P>
org.openrewrite.yaml.YamlVisitor<P>
org.openrewrite.yaml.YamlIsoVisitor<P>
org.openrewrite.yaml.ShiftFormatLeftVisitor<P>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvisitMappingEntry(Yaml.Mapping.Entry entry, P p) visitSequenceEntry(Yaml.Sequence.Entry entry, P p) Methods inherited from class org.openrewrite.yaml.YamlIsoVisitor
visitDocument, visitDocuments, visitMapping, visitScalar, visitSequenceMethods 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, describeLocation, doAfterVisit, doAfterVisit, getAfterVisit, getCursor, isAdaptableTo, noop, postVisit, preVisit, reduce, reduce, reduce, setCursor, visit, visit, visit, visitAndCast, visitAndCast, visitMarker, visitMarkers, visitNonNull, visitNonNull, visitSourceFile
-
Constructor Details
-
ShiftFormatLeftVisitor
-
-
Method Details
-
visitSequenceEntry
- Overrides:
visitSequenceEntryin classYamlIsoVisitor<P>
-
visitMappingEntry
- Overrides:
visitMappingEntryin classYamlIsoVisitor<P>
-