Jode 1.90-CVS
Build Aug 6, 2004

net.sf.jode.bytecode
Class Handler

java.lang.Object
  extended bynet.sf.jode.bytecode.Handler

public class Handler
extends java.lang.Object

A simple class containing the info about one try-catch block.

Author:
Jochen Hoenicke

Method Summary
 Block getCatcher()
          Gets the first basic block of the exception handler.
 Block getEnd()
          Gets the last basic block of the try.
 Block getStart()
          Gets the first basic block of the try.
 java.lang.String getType()
          Gets the class name of the exception type.
 void setCatcher(Block catcher)
           
 void setEnd(Block end)
           
 void setStart(Block start)
           
 void setType(java.lang.String type)
          Sets the class name of the exception type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStart

public Block getStart()
Gets the first basic block of the try.


getEnd

public Block getEnd()
Gets the last basic block of the try.


getCatcher

public Block getCatcher()
Gets the first basic block of the exception handler.


getType

public java.lang.String getType()
Gets the class name of the exception type.


setStart

public void setStart(Block start)

setEnd

public void setEnd(Block end)

setCatcher

public void setCatcher(Block catcher)

setType

public void setType(java.lang.String type)
Sets the class name of the exception type.


Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.