gnu.bytecode
Class TryState

java.lang.Object
  extended by gnu.bytecode.TryState

public class TryState
extends java.lang.Object

The state of a try statement.


Constructor Summary
TryState(CodeAttr code)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TryState

public TryState(CodeAttr code)