org.eclipse.jdt.internal.compiler.codegen
类 BranchLabel
java.lang.Object
org.eclipse.jdt.internal.compiler.codegen.Label
org.eclipse.jdt.internal.compiler.codegen.BranchLabel
- 直接已知子类:
- CaseLabel
public class BranchLabel
- extends Label
tagBits
public int tagBits
WIDE
public static final int WIDE
- 另请参见:
- 常量字段值
USED
public static final int USED
- 另请参见:
- 常量字段值
BranchLabel
public BranchLabel()
BranchLabel
public BranchLabel(CodeStream codeStream)
- 参数:
codeStream - org.eclipse.jdt.internal.compiler.codegen.CodeStream
becomeDelegateFor
public void becomeDelegateFor(BranchLabel otherLabel)
- Makes the current label inline all references to the other label
forwardReferenceCount
public int forwardReferenceCount()
forwardReferences
public int[] forwardReferences()
initialize
public void initialize(CodeStream stream)
isCaseLabel
public boolean isCaseLabel()
isStandardLabel
public boolean isStandardLabel()
place
public void place()
- 指定者:
- 类
Label 中的 place
toString
public String toString()
- Print out the receiver
- 覆盖:
- 类
Object 中的 toString
Copyright © 2013. All Rights Reserved.