Package xyz.cofe.text

Class IndentStackWriter.State

  • Enclosing class:
    IndentStackWriter

    public static class IndentStackWriter.State
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String endl  
      java.lang.String indent  
      int level  
    • Constructor Summary

      Constructors 
      Constructor Description
      State()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • level

        public int level
      • endl

        public java.lang.String endl
      • indent

        public java.lang.String indent
    • Constructor Detail

      • State

        public State()