alt.jiapi.reflect
Class TryBlock.ExceptionHandler

java.lang.Object
  extended by alt.jiapi.reflect.TryBlock.ExceptionHandler
Enclosing class:
TryBlock

public class TryBlock.ExceptionHandler
extends java.lang.Object

This class represents a catch(...) { ... } block in Java source code.


Method Summary
 Instruction getHandlerStart()
          Get the instructions of this ExceptionHandler.
 java.lang.String getName()
          Get the name of this ExceptionHandler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHandlerStart

public Instruction getHandlerStart()
Get the instructions of this ExceptionHandler. Only the start of the returned InstructionList is guaranteed to belong to corresponding catch(...) {...} statement in Java language. End of the list is set to end of the methods instruction list.

Returns:
InstructionList

getName

public java.lang.String getName()
Get the name of this ExceptionHandler.

Returns:
name


Copyright © 2001. Documenation generated August 26 2011.