Packageorg.apache.flex.reflection
Classpublic class MethodDefinition
InheritanceMethodDefinition Inheritance DefinitionWithMetaData Inheritance DefinitionBase Inheritance Object

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The description of a Class or Interface



Public Properties
 PropertyDefined By
  declaredBy : TypeDefinition
[read-only]
MethodDefinition
 Inheritedmetadata : Array
[read-only]
DefinitionWithMetaData
 Inheritedname : String
[read-only]
DefinitionBase
Protected Properties
 PropertyDefined By
 Inherited_rawData : Object
DefinitionBase
 InheritedrawData : Object
[read-only]
DefinitionBase
Public Methods
 MethodDefined By
  
MethodDefinition(name:String, declaredBy:String, rawData:Object = null)
MethodDefinition
Property Detail
declaredByproperty
declaredBy:TypeDefinition  [read-only]


Implementation
    public function get declaredBy():TypeDefinition
Constructor Detail
MethodDefinition()Constructor
public function MethodDefinition(name:String, declaredBy:String, rawData:Object = null)



Parameters
name:String
 
declaredBy:String
 
rawData:Object (default = null)