| Tags: | reflection |
| Authors: | Slava Pestov |
| Class | Superclass | Slots |
| error restarts continuation | ||
| data call retain name catch | ||
| name obj continuation |
| Word | Stack effect |
| ( error -- seq ) | |
| ( error thread -- * ) |
| Word | Stack effect |
| ( error restarts continuation -- condition ) | |
| ( data call retain name catch -- continuation ) | |
| ( name obj continuation -- restart ) | |
| ( ... seq quot: ( ... elt -- ... obj ) -- ... obj ) | |
| ( -- * ) | |
| ( quot -- ) | |
| ( quot -- obj ) | |
| ( try cleanup-always cleanup-error -- ) | |
| ( continuation -- * ) | |
| ( restart -- * ) | |
| ( obj continuation -- * ) | |
| ( -- continuation ) | |
| ( capture restore -- ) | |
| ( quot -- ) | |
| ( -- ? ) | |
| ( ..a try: ( ..a -- ..b ) recovery: ( ..a error -- ..b ) -- ..b ) | |
| ( error -- * ) | |
| ( error restarts -- restart ) | |
| ( -- * ) | |
| ( error -- ) | |
| ( error restarts -- restart ) | |
| ( stack quot -- new-stack ) | |
| ( quot -- ) |
| Word | Stack effect |
| ( object -- ? ) | |
| ( object -- ? ) | |
| ( object -- ? ) | |
| ( object -- ? ) |
| Vocabulary | Summary |
| continuations.private vocabulary |