| Package | Description |
|---|---|
| org.jruby | |
| org.jruby.runtime |
| Modifier and Type | Field and Description |
|---|---|
private RubyContinuation.Continuation |
RubyContinuation.continuation |
| Modifier and Type | Method and Description |
|---|---|
RubyContinuation.Continuation |
RubyContinuation.getContinuation() |
| Modifier and Type | Field and Description |
|---|---|
private RubyContinuation.Continuation[] |
ThreadContext.catchStack |
private static RubyContinuation.Continuation[] |
ThreadContext.EMPTY_CATCHTARGET_STACK |
| Modifier and Type | Method and Description |
|---|---|
RubyContinuation.Continuation |
ThreadContext.getActiveCatch(java.lang.Object tag)
Find the active Continuation for the given tag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadContext.pushCatch(RubyContinuation.Continuation catchTarget) |