public class ExceptionHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
endPc
VM2E "u2 end_pc".
|
protected int |
exceptionClassIndex
VM2E "u2 catch_type".
|
protected int |
handlerPc |
protected CfMethod |
method |
protected ExceptionHandler |
next |
protected int |
startPc |
Constructor and Description |
---|
ExceptionHandler(CfMethod method,
java.io.DataInputStream dataIn) |
ExceptionHandler(CfMethod method,
int startPc,
int endPc,
int handlerPc,
int exceptionClassIndex) |
Modifier and Type | Method and Description |
---|---|
int |
getEndPc() |
int |
getExceptionClassIndex() |
int |
getHandlerPc() |
ExceptionHandler |
getNext() |
int |
getStartPc() |
void |
setEndPc(int endPc) |
void |
setExceptionClassIndex(int exceptionClassIndex) |
void |
setHandlerPc(int handlerPc) |
void |
setNext(ExceptionHandler next) |
void |
setStartPc(int startPc) |
protected CfMethod method
protected ExceptionHandler next
protected int startPc
protected int endPc
protected int handlerPc
protected int exceptionClassIndex
public ExceptionHandler(CfMethod method, java.io.DataInputStream dataIn) throws java.io.IOException, ClassFileFormatException
java.io.IOException
ClassFileFormatException
public ExceptionHandler(CfMethod method, int startPc, int endPc, int handlerPc, int exceptionClassIndex)
public ExceptionHandler getNext()
public void setNext(ExceptionHandler next)
public int getStartPc()
public void setStartPc(int startPc)
public int getEndPc()
public void setEndPc(int endPc)
public int getHandlerPc()
public void setHandlerPc(int handlerPc)
public int getExceptionClassIndex()
public void setExceptionClassIndex(int exceptionClassIndex)
Copyright ? 2000-2003 Clarity Systems Group, LLC. All Rights Reserved.