|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.bytecode.Label
public class Label
A Label represents a location in a Code attribute.
Constructor Summary | |
---|---|
Label()
|
|
Label(CodeAttr code)
|
|
Label(int position)
|
Method Summary | |
---|---|
void |
define(CodeAttr code)
Define the value of a label as having the current location. |
boolean |
defined()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Label()
public Label(CodeAttr code)
public Label(int position)
Method Detail |
---|
public final boolean defined()
public void define(CodeAttr code)
code
- the "Code" attribute of the current method
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |