|
|||||||||
| Home >> All >> Compil3r >> [ BytecodeAnalysis overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
Compil3r.BytecodeAnalysis
Class ExceptionHandlerSet

java.lang.ObjectCompil3r.BytecodeAnalysis.ExceptionHandlerSet
- public class ExceptionHandlerSet
- extends java.lang.Object
| Field Summary | |
(package private) ExceptionHandler |
exception_handler
|
(package private) ExceptionHandlerSet |
parent
|
| Constructor Summary | |
(package private) |
ExceptionHandlerSet(ExceptionHandler exception_handler,
ExceptionHandlerSet parent)
|
| Method Summary | |
ExceptionHandler |
getHandler()
|
ExceptionHandlerSet |
getParent()
|
ExceptionHandlerIterator |
iterator()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
exception_handler
final ExceptionHandler exception_handler
parent
ExceptionHandlerSet parent
| Constructor Detail |
ExceptionHandlerSet
ExceptionHandlerSet(ExceptionHandler exception_handler, ExceptionHandlerSet parent)
| Method Detail |
getHandler
public ExceptionHandler getHandler()
getParent
public ExceptionHandlerSet getParent()
iterator
public ExceptionHandlerIterator iterator()
|
|||||||||
| Home >> All >> Compil3r >> [ BytecodeAnalysis overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
Compil3r.BytecodeAnalysis.ExceptionHandlerSet