org.eclipse.jdt.internal.compiler.codegen
Class Label

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.codegen.Label
Direct Known Subclasses:
BranchLabel, ExceptionLabel

public abstract class Label
extends java.lang.Object


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

codeStream

public CodeStream codeStream

position

public int position

POS_NOT_SET

public static final int POS_NOT_SET
See Also:
Constant Field Values
Constructor Detail

Label

public Label()

Label

public Label(CodeStream codeStream)
Method Detail

place

public abstract void place()