alt.jiapi.reflect
Class ExceptionTable

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

public class ExceptionTable
extends java.lang.Object

This class represents a low level Exception table in JiapiMethod.

Version:
$Revision: 1.4 $ $Date: 2006/01/31 11:11:42 $
Author:
Mika Riekkinen, Joni Suominen

Constructor Summary
ExceptionTable()
           
 
Method Summary
 void addEntry(Instruction start, Instruction end, Instruction handlerStart, java.lang.String name)
          Adds an entry.
 java.util.List getEntries()
          Gets the entries in this Exception table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionTable

public ExceptionTable()
Method Detail

addEntry

public void addEntry(Instruction start,
                     Instruction end,
                     Instruction handlerStart,
                     java.lang.String name)
Adds an entry.

Parameters:
start - Start of the try block
end - end of the try block
handlerStart - Start of the Exception Handler

getEntries

public java.util.List getEntries()
Gets the entries in this Exception table.



Copyright © 2001. Documenation generated August 26 2011.