|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.internal.compiler.codegen.Label
public abstract class Label
Field Summary | |
---|---|
CodeStream |
codeStream
|
static int |
POS_NOT_SET
|
int |
position
|
Constructor Summary | |
---|---|
Label()
|
|
Label(CodeStream codeStream)
|
Method Summary | |
---|---|
abstract void |
place()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public CodeStream codeStream
public int position
public static final int POS_NOT_SET
Constructor Detail |
---|
public Label()
public Label(CodeStream codeStream)
Method Detail |
---|
public abstract void place()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |