Class org.as2lib.util.MethodUtil

Description

Method Index

invoke()

Inherited from BasicClass

Method Detail

invoke

static public function invoke(methodName:String, scope, args:Array)

Invokes the method with the given name methodName on the given scope using the givne args.

Parameters

methodNamethe name of the method to invoke on the given scope
scopethe scope to invoke the method on
argsthe arguments for the method invocation

Return

the result of the method invocation