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

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.codegen.Label
直接已知子类:
BranchLabel, ExceptionLabel

public abstract class Label
extends Object


字段摘要
 CodeStream codeStream
           
static int POS_NOT_SET
           
 int position
           
 
构造方法摘要
Label()
           
Label(CodeStream codeStream)
           
 
方法摘要
abstract  void place()
           
 
从类 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
另请参见:
常量字段值
构造方法详细信息

Label

public Label()

Label

public Label(CodeStream codeStream)
方法详细信息

place

public abstract void place()


Copyright © 2013. All Rights Reserved.