Class ConstantPool.Indent

java.lang.Object
org.openjdk.asmtools.jdis.ConstantPool.Indent
Enclosing class:
ConstantPool

class ConstantPool.Indent extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private int
     
    private int
     
    private int
     
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    (package private) void
    dec()
     
    private String
    get()
    Creates indent string based on current indent size.
    (package private) void
    inc()
     
    (package private) int
     

    Methods inherited from class java.lang.Object

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

    • length

      private int length
    • offset

      private int offset
    • step

      private int step
  • Constructor Details

    • Indent

      Indent(int offset, int step)
  • Method Details

    • inc

      void inc()
    • dec

      void dec()
    • size

      int size()
    • get

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