Package gnu.bytecode
Class Label
java.lang.Object
gnu.bytecode.Label
A Label represents a location in a Code attribute.
-
Constructor Details
-
Label
public Label() -
Label
-
Label
public Label(int position)
-
-
Method Details
-
defined
public final boolean defined() -
isUsed
public boolean isUsed() -
setTypes
-
setTypes
-
defineRaw
Define the value of a label as having the current location.- Parameters:
code
- the "Code" attribute of the current method
-
define
Define the value of a label as having the current location.- Parameters:
code
- the "Code" attribute of the current method
-