Class ConstantPool.Indent

  • Enclosing class:
    ConstantPool

    class ConstantPool.Indent
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int length  
      private int offset  
      private int step  
    • Constructor Summary

      Constructors 
      Constructor Description
      Indent​(int offset, int step)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void dec()  
      private java.lang.String get()
      Creates indent string based on current indent size.
      (package private) void inc()  
      (package private) int size()  
      • Methods inherited from class java.lang.Object

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

      • length

        private int length
      • offset

        private int offset
      • step

        private int step
    • Constructor Detail

      • Indent

        Indent​(int offset,
               int step)
    • Method Detail

      • inc

        void inc()
      • dec

        void dec()
      • size

        int size()
      • get

        private java.lang.String get()
        Creates indent string based on current indent size.