jellyj.util
Class ExceptionStack
- public class ExceptionStack
caught
public Vector caught
caught_s
public Stack caught_s
CLASS_THROWABLE
public final static Type CLASS_THROWABLE
thrown
public Hashtable thrown
thrown_s
public Stack thrown_s
ExceptionStack
public ExceptionStack()
add_throw
public void add_throw(Type t, SyntaxTreeNode node)
add_throws
public void add_throws(Hashtable table)
add_throws
public void add_throws(Vector exceps, SyntaxTreeNode node)
catches
public void catches(Vector exceps)
clear
public void clear()
popLevel
public void popLevel()
pushLevel
public void pushLevel()
uncaught
public Hashtable uncaught()
unthrown
public Vector unthrown()
to Class jellyj.util.Type
to Class java.util.Stack
to Class java.util.Stack
to Class java.util.Vector
to Class java.util.Hashtable