| Modifier and Type | Field and Description |
|---|---|
int |
tagBits |
static int |
USED |
static int |
WIDE |
codeStream, POS_NOT_SET, position| Constructor and Description |
|---|
BranchLabel() |
BranchLabel(CodeStream codeStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
becomeDelegateFor(BranchLabel otherLabel)
Makes the current label inline all references to the other label
|
int |
forwardReferenceCount() |
int[] |
forwardReferences() |
void |
initialize(CodeStream stream) |
boolean |
isCaseLabel() |
boolean |
isStandardLabel() |
void |
place() |
java.lang.String |
toString()
Print out the receiver
|
public int tagBits
public static final int WIDE
public static final int USED
public BranchLabel()
public BranchLabel(CodeStream codeStream)
codeStream - org.aspectj.org.eclipse.jdt.internal.compiler.codegen.CodeStreampublic void becomeDelegateFor(BranchLabel otherLabel)
public int forwardReferenceCount()
public int[] forwardReferences()
public void initialize(CodeStream stream)
public boolean isCaseLabel()
public boolean isStandardLabel()
public java.lang.String toString()
toString in class java.lang.Object