@Deprecated @Data public class NewLineData extends FormattingData
| Constructor and Description |
|---|
NewLineData(int offset,
int length,
int increaseIndentationChange,
int decreaseIndentationChange,
java.lang.Throwable trace,
java.lang.Integer newLines)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
java.lang.Integer |
getNewLines()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
getDecreaseIndentationChange, getIncreaseIndentationChange, getIndentationChange, getLength, getOffset, getTracepublic NewLineData(int offset,
int length,
int increaseIndentationChange,
int decreaseIndentationChange,
java.lang.Throwable trace,
java.lang.Integer newLines)
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.Integer getNewLines()