Package | Description |
---|---|
gololang.ir |
Java package for golo IR tree elements.
|
Modifier and Type | Method and Description |
---|---|
static ThrowStatement |
ThrowStatement.of(java.lang.Object expression)
Creates a
throw statement. |
protected ThrowStatement |
ThrowStatement.self() |
Modifier and Type | Method and Description |
---|---|
void |
GoloIrVisitor.visitThrowStatement(ThrowStatement throwStatement) |
void |
AbstractGoloIrVisitor.visitThrowStatement(ThrowStatement throwStatement) |
void |
Visitors.DispatchIrVisitor.visitThrowStatement(ThrowStatement elt) |
void |
IrTreeDumper.visitThrowStatement(ThrowStatement throwStatement) |