org.armedbear.lisp
Class Return
java.lang.Object
java.lang.Throwable
org.armedbear.lisp.ConditionThrowable
org.armedbear.lisp.Return
- All Implemented Interfaces:
- java.io.Serializable
public final class Return
- extends ConditionThrowable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
tag
public final LispObject tag
block
public final LispObject block
result
public final LispObject result
Return
public Return(LispObject tag,
LispObject block,
LispObject result)
Return
public Return(LispObject tag,
LispObject result)
getTag
public LispObject getTag()
getBlock
public LispObject getBlock()
getResult
public LispObject getResult()
getCondition
public LispObject getCondition()
throws ConditionThrowable
- Overrides:
getCondition
in class ConditionThrowable
- Throws:
ConditionThrowable