public class TryCatchFinally extends GoloStatement
Modifier and Type | Method and Description |
---|---|
void |
accept(GoloIrVisitor visitor) |
TryCatchFinally |
catching(java.lang.Object block) |
TryCatchFinally |
finalizing(java.lang.Object block) |
Block |
getCatchBlock() |
java.lang.String |
getExceptionId() |
Block |
getFinallyBlock() |
Block |
getTryBlock() |
boolean |
hasCatchBlock() |
boolean |
hasFinallyBlock() |
boolean |
isTryCatch() |
boolean |
isTryCatchFinally() |
boolean |
isTryFinally() |
TryCatchFinally |
ofAST(GoloASTNode node) |
protected void |
replaceElement(GoloElement original,
GoloElement newElement) |
TryCatchFinally |
trying(java.lang.Object block) |
void |
walk(GoloIrVisitor visitor) |
cantConvert, cantReplace, cantReplace, doesNotContain, getASTNode, getDocumentation, getLocalReferenceTable, getParentNode, getPositionInSourceCode, hasASTNode, makeParentOf, replaceInParentBy, setASTNode, setParentNode
public TryCatchFinally ofAST(GoloASTNode node)
ofAST
in class GoloElement
public java.lang.String getExceptionId()
public Block getTryBlock()
public TryCatchFinally trying(java.lang.Object block)
public Block getCatchBlock()
public TryCatchFinally catching(java.lang.Object block)
public Block getFinallyBlock()
public TryCatchFinally finalizing(java.lang.Object block)
public boolean hasFinallyBlock()
public boolean hasCatchBlock()
public boolean isTryCatchFinally()
public boolean isTryCatch()
public boolean isTryFinally()
public void accept(GoloIrVisitor visitor)
accept
in class GoloElement
public void walk(GoloIrVisitor visitor)
walk
in class GoloElement
protected void replaceElement(GoloElement original, GoloElement newElement)
replaceElement
in class GoloElement