Packageflex.lang.reflect.builders
Classpublic class MethodBuilder
InheritanceMethodBuilder Inheritance Object

Object responsible for building method objects



Public Methods
 MethodDefined By
  
MethodBuilder(classXML:XML, inheritance:Array)
Resposible for building method instances from XML descriptions
MethodBuilder
  
Builds all Methods in this class, considering methods defined or overriden in this class and through inheritance
MethodBuilder
Constructor Detail
MethodBuilder()Constructor
public function MethodBuilder(classXML:XML, inheritance:Array)

Resposible for building method instances from XML descriptions

Parameters
classXML:XML
 
inheritance:Array
Method Detail
buildAllMethods()method
public function buildAllMethods():Array

Builds all Methods in this class, considering methods defined or overriden in this class and through inheritance

Returns
Array — An array of Method instances