|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.bytecode.CodeAttribute.ExceptionItem
public static class CodeAttribute.ExceptionItem
| Constructor Summary | |
|---|---|
CodeAttribute.ExceptionItem()
|
|
CodeAttribute.ExceptionItem(int type,
int start,
int end,
int handler)
|
|
| Method Summary | |
|---|---|
int |
getEnd()
Gets the end PC |
int |
getHandler()
Gets the handler PC |
int |
getStart()
Gets the start PC |
int |
getType()
Returns the exception type. |
void |
setEnd(int pc)
Sets the end PC |
void |
setHandler(int pc)
Sets the handler PC |
void |
setStart(int pc)
Sets the start PC |
void |
setType(int type)
Sets the exception type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CodeAttribute.ExceptionItem()
public CodeAttribute.ExceptionItem(int type,
int start,
int end,
int handler)
| Method Detail |
|---|
public void setType(int type)
public int getType()
public void setStart(int pc)
public int getStart()
public void setEnd(int pc)
public int getEnd()
public void setHandler(int pc)
public int getHandler()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||