MethodUtil
| Kind of class: | class |
|---|---|
| Inherits from: | BasicClass |
| Author: | Simon Wacker |
| Classpath: | org.as2lib.util.MethodUtil |
| File last modified: | Saturday, 10 September 2005, 19:16:34 |
Summary
Class methods
Instance methods
Instance methods inherited from BasicClass
Class methods
invoke
static function invoke (
methodName:String,
scope,
args:Array)
Invokes the method with the given name
methodName on the givenscope using the givne args.Parameters:
methodName:
the name of the method to invoke on the given
scopescope :
the scope to invoke the method on
args :
the arguments for the method invocation
Returns:
the result of the method invocation