|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jdt.internal.compiler.codegen.Label
org.eclipse.jdt.internal.compiler.codegen.BranchLabel
org.eclipse.jdt.internal.compiler.codegen.CaseLabel
public class CaseLabel
| Field Summary | |
|---|---|
int |
instructionPosition
|
| Fields inherited from class org.eclipse.jdt.internal.compiler.codegen.BranchLabel |
|---|
tagBits, USED, WIDE |
| Fields inherited from class org.eclipse.jdt.internal.compiler.codegen.Label |
|---|
codeStream, POS_NOT_SET, position |
| Constructor Summary | |
|---|---|
CaseLabel(CodeStream codeStream)
CaseLabel constructor comment. |
|
| Method Summary | |
|---|---|
boolean |
isCaseLabel()
|
boolean |
isStandardLabel()
|
void |
place()
|
| Methods inherited from class org.eclipse.jdt.internal.compiler.codegen.BranchLabel |
|---|
becomeDelegateFor, forwardReferenceCount, forwardReferences, initialize, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int instructionPosition
| Constructor Detail |
|---|
public CaseLabel(CodeStream codeStream)
codeStream - org.eclipse.jdt.internal.compiler.codegen.CodeStream| Method Detail |
|---|
public boolean isCaseLabel()
isCaseLabel in class BranchLabelpublic boolean isStandardLabel()
isStandardLabel in class BranchLabelpublic void place()
place in class BranchLabel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||