Next: iklib conditions eagain, Previous: iklib conditions preds, Up: iklib conditions [Index]
The following bindings are exported by the library (vicare)
.
Condition type used to represent a position in Scheme source code read
from a textual input port; it is derived from &condition
. It
has the following fields:
port-id
A Scheme string representing the port identifier, for example the file name.
byte
An exact non–negative zero–based integer representing the byte offset of the position in the source.
character
An exact non–negative zero–based integer representing the character offset of the position in the source.
line
An exact non–negative one–based integer representing the line offset of the position in the source.
column
An exact non–negative one–based integer representing the column offset of the position in the source.
Build and return a new condition object of type
&source-position
.
Return true if obj is a condition object with type
&source-position
.
Accessors for the fields of condition objects of type
&source-position
.