IHiddenRegionFormatter@Deprecated @Data public class WhitespaceData extends FormattingData
| Constructor and Description |
|---|
WhitespaceData(int offset,
int length,
int increaseIndentationChange,
int decreaseIndentationChange,
java.lang.Throwable trace,
java.lang.String space)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
java.lang.String |
getSpace()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
getDecreaseIndentationChange, getIncreaseIndentationChange, getIndentationChange, getLength, getOffset, getTracepublic WhitespaceData(int offset,
int length,
int increaseIndentationChange,
int decreaseIndentationChange,
java.lang.Throwable trace,
java.lang.String space)
public boolean isEmpty()
isEmpty in class FormattingData@Pure public int hashCode()
hashCode in class FormattingData@Pure public boolean equals(java.lang.Object obj)
equals in class FormattingData@Pure public java.lang.String toString()
toString in class FormattingData@Pure public java.lang.String getSpace()