blob: b977320927582a36520db7ef8f46319b83037d7a [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.reflection.ParameterDefinition",
"baseClassname": "org.apache.royale.reflection.DefinitionBase"
,
"description": "The description of a Function parameter",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2S", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.reflection.ParameterDefinition",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"return": "",
"params": [{ "name": "index", "type": "uint"},
{ "name": "rawData", "type": "Object"}]}
,
{ "type": "accessor",
"access": "read-only",
"return": "org.apache.royale.reflection.TypeDefinition",
"qname": "type",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The type of this parameter"},
{ "type": "accessor",
"access": "read-only",
"return": "Boolean",
"qname": "optional",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Whether this parameter is optional (has a default value) or not"},
{ "type": "accessor",
"access": "read-only",
"return": "uint",
"qname": "index",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The 1-based index of this parameter in its owner function/method"},
{ "type": "method",
"qname": "toString",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "A string representation of this parameter definition",
"return": "String",
"params": []}
]
}