|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.onemind.jxp.parser.SimpleNode
org.onemind.jxp.parser.AstCatchBlock
public class AstCatchBlock
Field Summary |
---|
Fields inherited from class org.onemind.jxp.parser.SimpleNode |
---|
_col, _data, _dim, _line, children, id, parent, parser |
Constructor Summary | |
---|---|
AstCatchBlock(int id)
|
|
AstCatchBlock(JxpParser p,
int id)
|
Method Summary | |
---|---|
java.lang.Object |
jjtAccept(JxpParserVisitor visitor,
java.lang.Object data)
Accept the visitor. |
Methods inherited from class org.onemind.jxp.parser.SimpleNode |
---|
childrenAccept, dump, getCol, getData, getLine, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setCol, setData, setLine, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AstCatchBlock(int id)
public AstCatchBlock(JxpParser p, int id)
Method Detail |
---|
public java.lang.Object jjtAccept(JxpParserVisitor visitor, java.lang.Object data) throws java.lang.Exception
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |