Package com.strobel.reflection.emit
Class __ExceptionInstance
- java.lang.Object
-
- com.strobel.reflection.emit.__ExceptionInstance
-
final class __ExceptionInstance extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
endAddress
(package private) int
exceptionClass
(package private) int
filterAddress
(package private) int
handleAddress
(package private) int
handleEndAddress
(package private) int
startAddress
(package private) int
type
-
Constructor Summary
Constructors Constructor Description __ExceptionInstance(int start, int end, int filterAddress, int handle, int handleEnd, int type, int exceptionClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-