Method lfun::_annotations()
- Method
_annotations
 
- array_annotations(- object|- void- context,- int|- void- access,- bool|- void- recursive)
- 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: - 0- See only public symbols. - UNDEFINED- 1- See protected symbols as well. 
- Parameter recursive
- Include nested annotations from the inherits. 
- See also