The root parent class of all reflection API classes. It should be abstract and,
as such, it is not intented to be used standalone.
declaredBy:Type [read-only]
The Type instance this described element belongs to.
Implementation
public function get declaredBy():Type
public function DescribedElement(declaredBy:Type, desc:XML)
Constructs a new DescribedElement instance.
Parameters
| declaredBy:Type — the Type that declares this element (for a
Type instance, this parameter must be the Type
instance itself).
|
| |
| desc:XML — the XML description of this element.
|
Throws
| — if one of the parameter is null.
|
public function equals(o:*):Boolean
Tells if this DescribedElement instance is equal to the supplied
o parameter.
Parameters
| o:* — the object to check for equality.
|
Returns
| Boolean — true if this instance is equal to the o parameter,
false otherwise.
|
public function toString():String
Returns the a string (XML) representation of this described element.
Returns