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