| Package | Description | 
|---|---|
| org.eclipse.golo.compiler | 
 Provides access to the Golo compiler and supporting classes. 
 | 
| org.eclipse.golo.compiler.ir | 
 (this is an internal API) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClosureCaptureGoloIrVisitor.visitTryCatchFinally(TryCatchFinally tryCatchFinally)  | 
| Modifier and Type | Method and Description | 
|---|---|
TryCatchFinally | 
TryCatchFinally.catching(java.lang.Object block)  | 
TryCatchFinally | 
TryCatchFinally.finalizing(java.lang.Object block)  | 
TryCatchFinally | 
TryCatchFinally.ofAST(GoloASTNode node)  | 
static TryCatchFinally | 
Builders.tryCatch(java.lang.String exceptionId)  | 
TryCatchFinally | 
TryCatchFinally.trying(java.lang.Object block)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractGoloIrVisitor.visitTryCatchFinally(TryCatchFinally tryCatchFinally)  | 
void | 
GoloIrVisitor.visitTryCatchFinally(TryCatchFinally tryCatchFinally)  | 
void | 
IrTreeDumper.visitTryCatchFinally(TryCatchFinally tryCatchFinally)  |