|
|||||||||
| Home >> All >> org >> apache >> bcel >> verifier >> [ structurals overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.bcel.verifier.structurals
Class ExceptionHandlers

java.lang.Objectorg.apache.bcel.verifier.structurals.ExceptionHandlers
- public class ExceptionHandlers
- extends java.lang.Object
This class allows easy access to ExceptionHandler objects.
- Version:
- $Id: ExceptionHandlers.java 386056 2006-03-15 11:31:56Z tcurdt $
| Field Summary | |
private java.util.Hashtable |
exceptionhandlers
The ExceptionHandler instances. |
| Constructor Summary | |
ExceptionHandlers(org.apache.bcel.generic.MethodGen mg)
Constructor. |
|
| Method Summary | |
ExceptionHandler[] |
getExceptionHandlers(org.apache.bcel.generic.InstructionHandle ih)
Returns all the ExceptionHandler instances representing exception handlers that protect the instruction ih. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
exceptionhandlers
private java.util.Hashtable exceptionhandlers
- The ExceptionHandler instances.
Key: InstructionHandle objects, Values: HashSet
instances.
| Constructor Detail |
ExceptionHandlers
public ExceptionHandlers(org.apache.bcel.generic.MethodGen mg)
- Constructor. Creates a new ExceptionHandlers instance.
| Method Detail |
getExceptionHandlers
public ExceptionHandler[] getExceptionHandlers(org.apache.bcel.generic.InstructionHandle ih)
- Returns all the ExceptionHandler instances representing exception
handlers that protect the instruction ih.
|
|||||||||
| Home >> All >> org >> apache >> bcel >> verifier >> [ structurals overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.bcel.verifier.structurals.ExceptionHandlers