| Property | Defined by | ||
|---|---|---|---|
| defaultValue : * [read-only]
[abstract] Not yet supported by Flash runtime for describeType
| ParameterInfo | ||
| isOptional : Boolean [read-only]
[abstract]
| ParameterInfo | ||
| member : MemberInfo
[read-only]
[abstract] The Member in which the Parameter is implemented
| ParameterInfo | ||
| name : String [read-only]
[abstract] Not yet supported by Flash runtime for describeType
| ParameterInfo | ||
| parameterType : Type
[read-only]
[abstract] The Type object of this Member
| ParameterInfo | ||
| position : int [read-only]
[abstract]
| ParameterInfo | ||
| Method | Defined by | ||
|---|---|---|---|
|
| ParameterInfo | ||
|
toString():String
| ParameterInfo | ||
| defaultValue | property |
defaultValue:* [read-only][abstract] Not yet supported by Flash runtime for describeType
Implementation public function get defaultValue():*
| isOptional | property |
isOptional:Boolean [read-only][abstract]
Implementation public function get isOptional():Boolean
| member | property |
member:MemberInfo [read-only][abstract] The Member in which the Parameter is implemented
Implementation public function get member():MemberInfo
| name | property |
name:String [read-only][abstract] Not yet supported by Flash runtime for describeType
Implementation public function get name():String
| parameterType | property |
parameterType:Type [read-only][abstract] The Type object of this Member
Implementation public function get parameterType():Type
| position | property |
position:int [read-only][abstract]
Implementation public function get position():int
| ParameterInfo | () | constructor |
public function ParameterInfo()
| toString | () | method |
public final function toString():String
Returns
String |