Uses of Class
com.strobel.reflection.emit.__ExceptionInfo
-
Packages that use __ExceptionInfo Package Description com.strobel.reflection.emit -
-
Uses of __ExceptionInfo in com.strobel.reflection.emit
Fields in com.strobel.reflection.emit declared as __ExceptionInfo Modifier and Type Field Description private __ExceptionInfo[]
CodeGenerator. _currentExceptionStack
private __ExceptionInfo[]
CodeGenerator. _exceptions
Methods in com.strobel.reflection.emit that return __ExceptionInfo Modifier and Type Method Description (package private) __ExceptionInfo[]
CodeGenerator. getExceptions()
Methods in com.strobel.reflection.emit with parameters of type __ExceptionInfo Modifier and Type Method Description private static int
MethodBuilder. calculateNumberOfExceptions(__ExceptionInfo[] exceptions)
(package private) boolean
__ExceptionInfo. isInner(__ExceptionInfo exc)
private static void
CodeGenerator. sortExceptions(__ExceptionInfo[] exceptions)
-