public class Label extends Object
| 构造器和说明 |
|---|
Label()
Constructs a new label.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getOffset()
Returns the bytecode offset corresponding to this label.
|
String |
toString()
Returns a string representation of this label.
|
public Object info
public int getOffset()
Attribute sub classes, and is
normally not needed by class generators or adapters.IllegalStateException - if this label is not resolved yet.Copyright © 2020–2022. All rights reserved.