Next: built-in stats, Previous: built-in memory-block, Up: built-in [Contents][Index]
<reader-annotation>Type representing source code read from a textual input port, with annotations about the position in the source file.
<reader-annotation>: <reader-annotation> type-constructor {port <textual-input-port>}The type constructor is get-annotated-datum.
<reader-annotation>: <boolean> type-predicate objThe type predicate is reader-annotation?.
<reader-annotation>: <boolean> equality-predicate this {ann <reader-annotation>}The equality predicate is struct=?.
<reader-annotation>: <non-negative-fixnum> hash-function thisThe hash function is struct-hash.
<reader-annotation>: <top> expression thisApply reader-annotation-expression to the instance and return its return value.
<reader-annotation>: <top> stripped thisApply reader-annotation-stripped to the instance and return its return value.
<reader-annotation>: &source-position textual-position thisApply reader-annotation-textual-position to the instance and return its return value.
<reader-annotation>: <reader-annotation> source thisApply reader-annotation-source to the instance and return its return value.