public class ASTTryCatchFinally extends GoloASTNode
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
ASTTryCatchFinally(GoloParser p,
int id) |
ASTTryCatchFinally(int id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExceptionId() |
Object |
jjtAccept(GoloParserVisitor visitor,
Object data)
Accept the visitor.
|
void |
setExceptionId(String exceptionId) |
String |
toString() |
getColumnInSourceCode, getDocumentation, getIrElement, getLineInSourceCode, setDocumentation, setIrElementchildrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toStringpublic ASTTryCatchFinally(int id)
public ASTTryCatchFinally(GoloParser p, int id)
public Object jjtAccept(GoloParserVisitor visitor, Object data)
SimpleNodejjtAccept in interface NodejjtAccept in class GoloASTNodepublic String getExceptionId()
public void setExceptionId(String exceptionId)
public String toString()
toString in class SimpleNodeCopyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.