blob: 3349b2a8de8a5c5a34ac4ffc78ba89b80ccdee74 [file] [log] [blame]
{ "type": "method",
"qname": "org.apache.royale.reflection.utils.getMembersWithNameMatch",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "A utility method to retrieve all members with a name that matches via the matcher argument",
"tags": [
{ "tagName": "param",
"values": ["memberCollection the collection (an Array) of member definitions to check", "matcher *must be* either a String or a Regexp instance to use for testing", "collate an optional array to collate into, if passed externally", "includeCustomNamespaces set to true if you wish to include members with custom namespaces. defaults to false."]},
{ "tagName": "returns",
"values": ["an Array (the collate parameter if it was used, otherwise a new Array)"]},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "royaleignorecoercion",
"values": ["RegExp"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "Array",
"params": [{ "name": "memberCollection", "type": "Array"},
{ "name": "matcher", "type": "Object"},
{ "name": "collate", "type": "Array"},
{ "name": "includeCustomNamespaces", "type": "Boolean"}]}