org.objectweb.asm
public class Label extends Object
| Constructor Summary | |
|---|---|
| Label()
Constructs a new label. | |
| Method Summary | |
|---|---|
| int | getOffset()
Returns the offset corresponding to this label. |
| String | toString()
Returns a string representation of this label.
|
Returns: the offset corresponding to this label.
Throws: IllegalStateException if this label is not resolved yet.
Returns: a string representation of this label.