blob: b66e6df13451a880d092fdbd776e0e9dc5c019ec [file] [log] [blame]
{ "type": "method",
"qname": "org.apache.royale.reflection.utils.getMembers",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "A utility method to retrieve all members It will return variables, accessors or methods by default to VARIABLES, ACCESSORS, METHODS or specific combinations thereof, defaults to VARIABLES | ACCESSORS | METHODS",
"tags": [
{ "tagName": "param",
"values": ["fromDefinition the definition to retrieve the member definitions from", "includeStatics true if static members should be returned. Defaults to false, so only instance members are returned", "memberTypes a bitwise combination of MemberTypes constants to restrict returned items"]},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "Array",
"params": [{ "name": "fromDefinition", "type": "org.apache.royale.reflection.TypeDefinition"},
{ "name": "includeStatics", "type": "Boolean"},
{ "name": "memberTypes", "type": "uint"}]}