Class CaseLabel
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.codegen.Label
org.aspectj.org.eclipse.jdt.internal.compiler.codegen.BranchLabel
org.aspectj.org.eclipse.jdt.internal.compiler.codegen.CaseLabel
-
Field Summary
FieldsFields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.codegen.BranchLabel
tagBits, targetStackDepth, VALIDATE, WIDEFields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.codegen.Label
codeStream, POS_NOT_SET, position -
Constructor Summary
ConstructorsConstructorDescriptionCaseLabel(CodeStream codeStream) CaseLabel(CodeStream codeStream, boolean allowNarrowBranch) -
Method Summary
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.codegen.BranchLabel
becomeDelegateFor, forwardReferenceCount, forwardReferences, initialize, toString, trackStackDepth
-
Field Details
-
instructionPosition
public int instructionPosition
-
-
Constructor Details
-
CaseLabel
-
CaseLabel
-
-
Method Details
-
isCaseLabel
public boolean isCaseLabel()- Overrides:
isCaseLabelin classBranchLabel
-
isStandardLabel
public boolean isStandardLabel()- Overrides:
isStandardLabelin classBranchLabel
-
place
public void place()- Overrides:
placein classBranchLabel
-