|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.compiler.codegen.Label
org.aspectj.org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
org.aspectj.org.eclipse.jdt.internal.compiler.codegen.MultiCatchExceptionLabel
public class MultiCatchExceptionLabel
| Field Summary |
|---|
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel |
|---|
exceptionType, ranges |
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.codegen.Label |
|---|
codeStream, POS_NOT_SET, position |
| Constructor Summary | |
|---|---|
MultiCatchExceptionLabel(CodeStream codeStream,
TypeBinding exceptionType)
|
|
| Method Summary | |
|---|---|
int |
getCount()
|
void |
initialize(UnionTypeReference typeReference)
|
void |
place()
|
void |
placeEnd()
|
void |
placeStart()
|
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MultiCatchExceptionLabel(CodeStream codeStream,
TypeBinding exceptionType)
| Method Detail |
|---|
public void initialize(UnionTypeReference typeReference)
public void place()
place in class ExceptionLabelpublic void placeEnd()
placeEnd in class ExceptionLabelpublic void placeStart()
placeStart in class ExceptionLabelpublic int getCount()
getCount in class ExceptionLabel
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||