@Deprecated public final class Label extends Operand
Modifier and Type | Field and Description |
---|---|
(package private) int |
id
Deprecated.
Label Id (0 means unknown).
|
(package private) java.util.List<LinkData> |
links
Deprecated.
|
(package private) int |
position
Deprecated.
Position (always positive, information depends to @c state).
|
(package private) LABEL_STATE |
state
Deprecated.
State of label, see
LABEL_STATE . |
Constructor and Description |
---|
Label()
Deprecated.
|
Label(int id)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
isBound()
Deprecated.
Returns @c true if label is bound.
|
(package private) boolean |
isLinked()
Deprecated.
Returns @c true if label is linked.
|
(package private) boolean |
isUnused()
Deprecated.
Returns @c true if label is unused (not bound or linked).
|
(package private) void |
link(LinkData link)
Deprecated.
|
(package private) int |
position()
Deprecated.
Returns the position of bound or linked labels, -1 if label
is unused.
|
final int id
LABEL_STATE state
LABEL_STATE
.int position
final java.util.List<LinkData> links
final boolean isUnused()
final boolean isLinked()
final boolean isBound()
final int position()
final void link(LinkData link)