org.eclipse.jdt.internal.compiler.codegen
Class Label
java.lang.Object
org.eclipse.jdt.internal.compiler.codegen.Label
- Direct Known Subclasses:
- BranchLabel, ExceptionLabel
public abstract class Label
- extends Object
Method Summary |
abstract void |
place()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
codeStream
public CodeStream codeStream
position
public int position
POS_NOT_SET
public static final int POS_NOT_SET
- See Also:
- Constant Field Values
Label
public Label()
Label
public Label(CodeStream codeStream)
place
public abstract void place()
Copyright © 2012. All Rights Reserved.