Documentation for method annotations
assembled from the following pages:
Class: CallFrame §
From CallFrame
(CallFrame) method annotations §
method annotations()
Returns a Map containing the invocants annotations, i.e. line
and file
. An easier way to get hold of the annotation information is to use one of the convenience methods instead.
say callframe.annotations.^name; # OUTPUT: «Map» say callframe.annotations<file> eq callframe.file; # OUTPUT: «True»