Packagesystem.reflection
Interfacepublic interface ConstructorInfo

This interface defines the constructor informations in a class info.



Public Properties
 PropertyDefined By
  arguments : Array
[read-only] Indicates the Array represent of all arguments in a constructor.
ConstructorInfo
Public Methods
 MethodDefined By
  
construct(... args):*
Creates the constructor representation.
ConstructorInfo
  
invoke(params:Array):*
Invoke the constructor representation with an array of parameters.
ConstructorInfo
Property Detail
argumentsproperty
arguments:Array  [read-only]

Indicates the Array represent of all arguments in a constructor.


Implementation
    public function get arguments():Array
Method Detail
construct()method
public function construct(... args):*

Creates the constructor representation.

Parameters

... args

Returns
*
invoke()method 
public function invoke(params:Array):*

Invoke the constructor representation with an array of parameters.

Parameters

params:Array

Returns
*