Class Return
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.armedbear.lisp.ControlTransfer
org.armedbear.lisp.Return
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReturn(LispObject tag, LispObject result) Return(LispObject tag, LispObject block, LispObject result) -
Method Summary
Methods inherited from class ControlTransfer
fillInStackTraceMethods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
tag
-
block
-
result
-
-
Constructor Details
-
Return
-
Return
-
-
Method Details
-
getTag
-
getBlock
-
getResult
-
getCondition
- Specified by:
getConditionin classControlTransfer
-