public static class RubyContinuation.Continuation extends java.lang.Error implements Unrescuable
| Modifier and Type | Field and Description |
|---|---|
IRubyObject[] |
args |
IRubyObject |
tag |
| Constructor and Description |
|---|
Continuation() |
Continuation(IRubyObject tag) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
fillInStackTrace() |
public IRubyObject[] args
public final IRubyObject tag
public Continuation()
public Continuation(IRubyObject tag)