public final class Throw extends ControlTransfer
| Modifier and Type | Field and Description |
|---|---|
LispObject |
tag |
| Constructor and Description |
|---|
Throw(LispObject tag,
LispObject result,
LispThread thread) |
| Modifier and Type | Method and Description |
|---|---|
LispObject |
getCondition() |
LispObject |
getResult(LispThread thread) |
fillInStackTracepublic final LispObject tag
public Throw(LispObject tag, LispObject result, LispThread thread)
public LispObject getResult(LispThread thread)
public LispObject getCondition()
getCondition in class ControlTransfer