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