Class Indenter

java.lang.Object
io.deephaven.util.text.Indenter

public class Indenter extends Object
Simple utility class for managing the indentation of generated code.

Pass the indenter to your StringBuilder; calling increaseLevel or decreaseLevel as you start and finish your indentation blocks.

  • Constructor Details

    • Indenter

      public Indenter()
    • Indenter

      public Indenter(int level)
  • Method Details