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

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.codegen.Label
      继承者 org.eclipse.jdt.internal.compiler.codegen.BranchLabel
          继承者 org.eclipse.jdt.internal.compiler.codegen.CaseLabel

public class CaseLabel
extends BranchLabel


字段摘要
 int instructionPosition
           
 
从类 org.eclipse.jdt.internal.compiler.codegen.BranchLabel 继承的字段
tagBits, USED, WIDE
 
从类 org.eclipse.jdt.internal.compiler.codegen.Label 继承的字段
codeStream, POS_NOT_SET, position
 
构造方法摘要
CaseLabel(CodeStream codeStream)
          CaseLabel constructor comment.
 
方法摘要
 boolean isCaseLabel()
           
 boolean isStandardLabel()
           
 void place()
           
 
从类 org.eclipse.jdt.internal.compiler.codegen.BranchLabel 继承的方法
becomeDelegateFor, forwardReferenceCount, forwardReferences, initialize, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

instructionPosition

public int instructionPosition
构造方法详细信息

CaseLabel

public CaseLabel(CodeStream codeStream)
CaseLabel constructor comment.

参数:
codeStream - org.eclipse.jdt.internal.compiler.codegen.CodeStream
方法详细信息

isCaseLabel

public boolean isCaseLabel()
覆盖:
BranchLabel 中的 isCaseLabel

isStandardLabel

public boolean isStandardLabel()
覆盖:
BranchLabel 中的 isStandardLabel

place

public void place()
覆盖:
BranchLabel 中的 place


Copyright © 2013. All Rights Reserved.