Packagepotomac.bundle
Classpublic class Constructor
InheritanceConstructor Inheritance Object

Constructor describes a constructor method where an extension was declared.



Public Properties
 PropertyDefined By
  arguments : Array
[read-only] The arguments of the constructor.
Constructor
Public Methods
 MethodDefined By
  
Constructor(functionSignature:String, extension:Extension)
Callers should not construct Constructors.
Constructor
Property Detail
argumentsproperty
arguments:Array  [read-only]

The arguments of the constructor.


Implementation
    public function get arguments():Array
Constructor Detail
Constructor()Constructor
public function Constructor(functionSignature:String, extension:Extension)

Callers should not construct Constructors. Instances should be retrieved via Extensions.

Parameters
functionSignature:String
 
extension:Extension