Packagesv.reflection
Classpublic class ParameterInfo



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
ParameterInfo
  
toString():String
ParameterInfo
Property detail
defaultValueproperty
defaultValue:*  [read-only]

[abstract] Not yet supported by Flash runtime for describeType

Implementation
    public function get defaultValue():*
isOptionalproperty 
isOptional:Boolean  [read-only]

[abstract]

Implementation
    public function get isOptional():Boolean
memberproperty 
member:MemberInfo  [read-only]

[abstract] The Member in which the Parameter is implemented

Implementation
    public function get member():MemberInfo
nameproperty 
name:String  [read-only]

[abstract] Not yet supported by Flash runtime for describeType

Implementation
    public function get name():String
parameterTypeproperty 
parameterType:Type  [read-only]

[abstract] The Type object of this Member

Implementation
    public function get parameterType():Type
positionproperty 
position:int  [read-only]

[abstract]

Implementation
    public function get position():int
Constructor detail
ParameterInfo()constructor
public function ParameterInfo()

Method detail
toString()method
public final function toString():String

Returns
String