|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lutris.appserver.server.jolt.parser.SimpleNode | +--com.lutris.appserver.server.jolt.parser.ASTJavaCatch
This node is for JOLT JAVACATCH.
Field Summary |
Fields inherited from class com.lutris.appserver.server.jolt.parser.SimpleNode |
children, id, parent, parser |
Method Summary | |
int |
getBeginLine()
Get the beginning line for the node. |
java.lang.String |
getException()
Get the exception |
java.lang.Object |
jjtAccept(JoltParserVisitor visitor,
java.lang.Object data)
Accept the visitor. |
void |
setBeginLine(int beginLine)
Set the beginning line for the node. |
void |
setException(java.lang.String exception)
Set the exception |
java.lang.String |
toString()
|
Methods inherited from class com.lutris.appserver.server.jolt.parser.SimpleNode |
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.Object jjtAccept(JoltParserVisitor visitor, java.lang.Object data)
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
public void setException(java.lang.String exception)
public java.lang.String getException()
public void setBeginLine(int beginLine)
public int getBeginLine()
public java.lang.String toString()
toString
in class SimpleNode
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |