| Package | org.as3commons.reflect |
| Class | public class Constructor |
| Inheritance | Constructor Object |
| Property | Defined By | ||
|---|---|---|---|
| declaringType : Type [read-only]
Returns the declaring type of this Constructor. | Constructor | ||
| parameters : Array [read-only]
Returns the parameters of this Constructor. | Constructor | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor(declaringType:String, applicationDomain:ApplicationDomain, parameters:Array = null)
Creates a new Constructor object. | Constructor | ||
hasNoArguments():Boolean | Constructor | ||
| declaringType | property |
declaringType:Type [read-only] Returns the declaring type of this Constructor.
public function get declaringType():Type| parameters | property |
parameters:Array [read-only] Returns the parameters of this Constructor.
public function get parameters():Array| Constructor | () | Constructor |
public function Constructor(declaringType:String, applicationDomain:ApplicationDomain, parameters:Array = null)Creates a new Constructor object.
ParametersdeclaringType:String — The Type declaring the constrcutor.
| |
applicationDomain:ApplicationDomain — an Array of Parameter objects being the parameters of the constructor.
| |
parameters:Array (default = null) |
| hasNoArguments | () | method |
public function hasNoArguments():BooleanReturns
Boolean — true if the constructor has no arguments, false
otherwise.
|