Class FindIndentYamlVisitor<P>


  • public class FindIndentYamlVisitor<P>
    extends YamlVisitor<P>
    Discover the most common indentation level of a tree.
    • Constructor Detail

      • FindIndentYamlVisitor

        public FindIndentYamlVisitor​(int enclosingIndent)
    • Method Detail

      • preVisit

        public Yaml preVisit​(Yaml tree,
                             P p)
        Overrides:
        preVisit in class org.openrewrite.TreeVisitor<Yaml,​P>
      • getMostCommonIndent

        public int getMostCommonIndent()
      • nonZeroIndents

        public long nonZeroIndents()