Package | flex.lang.reflect.builders |
Class | public class MethodBuilder |
Inheritance | MethodBuilder ![]() |
Method | Defined By | ||
---|---|---|---|
MethodBuilder(classXML:XML, inheritance:Array)
Resposible for building method instances from XML descriptions
| MethodBuilder | ||
buildAllMethods():Array
Builds all Methods in this class, considering methods defined or overriden in this class and through inheritance
| MethodBuilder |
MethodBuilder | () | Constructor |
public function MethodBuilder(classXML:XML, inheritance:Array)
Resposible for building method instances from XML descriptions
ParametersclassXML:XML | |
inheritance:Array |
buildAllMethods | () | method |
public function buildAllMethods():Array
Builds all Methods in this class, considering methods defined or overriden in this class and through inheritance
ReturnsArray — An array of Method instances
|