Package com.strobel.reflection.emit
Class __ExceptionInstance
java.lang.Object
com.strobel.reflection.emit.__ExceptionInstance
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) int
(package private) int
(package private) int
(package private) int
(package private) int
(package private) int
-
Constructor Summary
ConstructorsConstructorDescription__ExceptionInstance
(int start, int end, int filterAddress, int handle, int handleEnd, int type, int exceptionClass) -
Method Summary
-
Field Details
-
exceptionClass
int exceptionClass -
startAddress
int startAddress -
endAddress
int endAddress -
filterAddress
int filterAddress -
handleAddress
int handleAddress -
handleEndAddress
int handleEndAddress -
type
int type
-
-
Constructor Details
-
__ExceptionInstance
__ExceptionInstance(int start, int end, int filterAddress, int handle, int handleEnd, int type, int exceptionClass)
-
-
Method Details