annotations
ErrorsCollection

annotations

Synthesised documentation from type/CallFrame

From type/CallFrame

See Original text in context

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␤»