Method ::_annotations()
- Method
_annotations
array_annotations(object|voidcontext,int|voidaccess,bool|voidrecursive)- Description
Called by annotations()
- Parameter
context Inherit in the current object to return the annotations for. If
UNDEFINEDor left out,this_program::thisshould be used (ie start at the current context and ignore any overloaded symbols).- Parameter
access Access permission override. One of the following:
0See only public symbols.
UNDEFINED1See protected symbols as well.
- Parameter
recursive Include nested annotations from the inherits.
Builtin function to list the annotations (if any) of the identifiers of an object. This is useful when lfun::_annotations has been overloaded.
- See also