public abstract class Label
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
CodeStream |
codeStream |
static int |
POS_NOT_SET |
int |
position |
| Constructor and Description |
|---|
Label() |
Label(CodeStream codeStream) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
place() |
public CodeStream codeStream
public int position
public static final int POS_NOT_SET
public Label()
public Label(CodeStream codeStream)