class ConstantPool.Indent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
length |
private int |
offset |
private int |
step |
Constructor and Description |
---|
Indent(int offset,
int step) |
Modifier and Type | Method and 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() |