Package | org.swizframework.reflection |
Class | public class MetadataHostMethod |
Inheritance | MetadataHostMethod ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | metadataTags : Array
Array of metadata tags that decorate the property/method/class. | BaseMetadataHost | |
![]() | name : *
Name of the property/method/class. | BaseMetadataHost | |
parameters : Array [read-only]
| MetadataHostMethod | ||
returnType : Class | MetadataHostMethod | ||
![]() | type : Class
Type of the property/method/class. | BaseMetadataHost |
Property | Defined By | ||
---|---|---|---|
![]() | _metadataTags : Array
Backing variable for metadataTags getter/setter. | BaseMetadataHost | |
![]() | _name : *
Backing variable for name getter/setter. | BaseMetadataHost | |
_parameters : Array
Backing variable for parameters getter/setter. | MetadataHostMethod | ||
_returnType : Class
Backing variable for returnType getter/setter. | MetadataHostMethod | ||
![]() | _type : Class
Backing variable for type getter/setter. | BaseMetadataHost |
Method | Defined By | ||
---|---|---|---|
Constructor sets returnType property based on value found in hostNode XML node,
as long as return type is not void or . | MetadataHostMethod | ||
![]() | getMetadataTagByName(name:String):IMetadataTag | BaseMetadataHost | |
![]() | hasMetadataTagByName(name:String):Boolean | BaseMetadataHost |
_parameters | property |
protected var _parameters:Array
Backing variable for parameters
getter/setter.
_returnType | property |
protected var _returnType:Class
Backing variable for returnType
getter/setter.
parameters | property |
parameters:Array
[read-only]
public function get parameters():Array
returnType | property |
returnType:Class
public function get returnType():Class
public function set returnType(value:Class):void
MetadataHostMethod | () | Constructor |
public function MetadataHostMethod()
Constructor sets returnType
property based on value found in hostNode
XML node,
as long as return type is not void
or . Also populates
parameters
property from information found in hostNode
XML node.