alt.jiapi.reflect
Class TryBlock

java.lang.Object
  extended by alt.jiapi.reflect.TryBlock

public class TryBlock
extends java.lang.Object

This class represents a try block in Java source code.

Version:
$Revision: 1.7 $ $Date: 2004/02/22 16:13:37 $
Author:
Mika Riekkinen, Joni Suominen

Nested Class Summary
 class TryBlock.ExceptionHandler
          This class represents a catch(...) { ...
 
Method Summary
 TryBlock.ExceptionHandler[] getExceptionHandlers()
          Get the exception handlers this try block has.
 InstructionList getInstructionList()
          Get the InstructionList, that corresponds to try {...} block in Java source code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getExceptionHandlers

public TryBlock.ExceptionHandler[] getExceptionHandlers()
Get the exception handlers this try block has.

Returns:
an array of ExceptionHandlers

getInstructionList

public InstructionList getInstructionList()
Get the InstructionList, that corresponds to try {...} block in Java source code.

Returns:
InstructionList


Copyright © 2001. Documenation generated August 26 2011.