Package com.kenai.jnr.x86asm
Class Label
java.lang.Object
com.kenai.jnr.x86asm.Operand
com.kenai.jnr.x86asm.Label
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int
Deprecated.Label Id (0 means unknown).Deprecated.(package private) int
Deprecated.Position (always positive, information depends to @c state).(package private) LABEL_STATE
Deprecated.State of label, seeLABEL_STATE
. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) final boolean
isBound()
Deprecated.Returns @c true if label is bound.(package private) final boolean
isLinked()
Deprecated.Returns @c true if label is linked.(package private) final boolean
isUnused()
Deprecated.Returns @c true if label is unused (not bound or linked).(package private) final void
Deprecated.(package private) final int
position()
Deprecated.Returns the position of bound or linked labels, -1 if label is unused.
-
Field Details
-
id
final int idDeprecated.Label Id (0 means unknown). -
state
LABEL_STATE stateDeprecated.State of label, seeLABEL_STATE
. -
position
int positionDeprecated.Position (always positive, information depends to @c state). -
links
Deprecated.
-
-
Constructor Details
-
Label
public Label()Deprecated. -
Label
public Label(int id) Deprecated.
-
-
Method Details
-
isUnused
final boolean isUnused()Deprecated.Returns @c true if label is unused (not bound or linked). -
isLinked
final boolean isLinked()Deprecated.Returns @c true if label is linked. -
isBound
final boolean isBound()Deprecated.Returns @c true if label is bound. -
position
final int position()Deprecated.Returns the position of bound or linked labels, -1 if label is unused. -
link
Deprecated.
-