Class CodeException
java.lang.Object
org.jd.core.v1.model.classfile.attribute.CodeException
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCodeException(int index, int startPc, int endPc, int handlerPc, int catchType) -
Method Summary
-
Field Details
-
index
protected int index -
startPc
protected int startPc -
endPc
protected int endPc -
handlerPc
protected int handlerPc -
catchType
protected int catchType
-
-
Constructor Details
-
CodeException
public CodeException(int index, int startPc, int endPc, int handlerPc, int catchType)
-
-
Method Details
-
getStartPc
public int getStartPc() -
getEndPc
public int getEndPc() -
getHandlerPc
public int getHandlerPc() -
getCatchType
public int getCatchType() -
equals
-
hashCode
-
toString
-