Those commands manipulate codels objects and return information about
them. They all take a codels object as their first argument, noted $codel
in the following command descriptions. Such an object is typically returned
by other procedures.
Return the list of events
that this
codel can yield to after execution.
Return the list of events
that trigger
the execution of this codel.
Return the task of a codel for codels defined in a task, or an error if the codel belongs to a service.
Return the service of a codel for codels defined in a service, or an error if the codel belongs to a task.
Return the cannonical name of a codel for the current
language
.
Return the signature of a codel for the current
language
.
Return a string corresponding to the invocation of a codel in the current
language
. See
language invoke
.
Return a list describing the source location where that codel is defined. The list contains four elements: the file name, the line number, the column number and the original component context of the definition. If an optional argument is given, only the corresponding element is returned.