| 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.visitThrowStatement(ThrowStatement throwStatement) |
| Modifier and Type | Method and Description |
|---|---|
ThrowStatement |
ThrowStatement.ofAST(GoloASTNode node) |
static ThrowStatement |
Builders.raise(java.lang.Object expression) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGoloIrVisitor.visitThrowStatement(ThrowStatement throwStatement) |
void |
GoloIrVisitor.visitThrowStatement(ThrowStatement throwStatement) |
void |
IrTreeDumper.visitThrowStatement(ThrowStatement throwStatement) |