IHiddenRegionFormatter@Deprecated
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()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int getOffset()
public int getLength()
public int getIncreaseIndentationChange()
public int getDecreaseIndentationChange()
public java.lang.Throwable getTrace()