|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ConForM.CoopnTools.JavaProto.MiniJava.JavaNode | +--ConForM.CoopnTools.JavaProto.MiniJava.CatchList
Constructor Summary | |
CatchList()
|
Method Summary | |
JavaNode |
accept(JavaNodeVisitor v)
|
void |
addChild(CatchBlock child)
|
java.util.Iterator |
children()
|
boolean |
hasChildren()
|
Methods inherited from class ConForM.CoopnTools.JavaProto.MiniJava.JavaNode |
acceptChildren, makeIterator, makeIterator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CatchList()
Method Detail |
public JavaNode accept(JavaNodeVisitor v)
accept
in class JavaNode
public boolean hasChildren()
hasChildren
in class JavaNode
public java.util.Iterator children()
children
in class JavaNode
public void addChild(CatchBlock child)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |