| Package | potomac.bundle |
| Class | public class Constructor |
| Inheritance | Constructor Object |
| Property | Defined By | ||
|---|---|---|---|
| arguments : Array [read-only]
The arguments of the constructor. | Constructor | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor(functionSignature:String, extension:Extension)
Callers should not construct Constructors. | Constructor | ||
| arguments | property |
arguments:Array [read-only] The arguments of the constructor.
public function get arguments():Array| Constructor | () | Constructor |
public function Constructor(functionSignature:String, extension:Extension)
Callers should not construct Constructors. Instances should be retrieved via Extensions.
functionSignature:String | |
extension:Extension |