Method ::_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
UNDEFINED
or left out,this_program::this
should 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.
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