junc.debug
Class ExceptionStack
java.lang.Object
|
+--junc.debug.ExceptionStack
- public class ExceptionStack
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_THROWABLE
public static final junc.types.JUnCBaseType CLASS_THROWABLE
caughtStack
public java.util.Stack caughtStack
thrownStack
public java.util.Stack thrownStack
caught
public java.util.Vector caught
thrown
public java.util.Hashtable thrown
ExceptionStack
public ExceptionStack()
clear
public void clear()
pushLevel
public void pushLevel()
popLevel
public void popLevel()
catches
public void catches(java.util.Vector exceps)
add_throw
public void add_throw(junc.types.JUnCBaseType t,
junc.ast.JUnCASTNode node)
add_throws
public void add_throws(java.util.Hashtable table)
add_throws
public void add_throws(java.util.Vector exceps,
junc.ast.JUnCASTNode node)
uncaught
public java.util.Hashtable uncaught()
unthrown
public java.util.Vector unthrown()