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