gnu.bytecode
public class Label extends Object
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() |
Parameters: code the "Code" attribute of the current method