ObjectUtil.getClassInfo or flash.utils.describeType

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of ilikeflex
Sent: Monday, March 24, 2008 10:32 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] how to get all method names of class

 

Hi

I have class for example

class Test
{

public function Test(){}
public function Test2(){}
public function Test3(){}
public function Test4(){}

}

Is their any way can i find the method names of the class using any 
flex API??

Thanks
ilikeflex

 

Reply via email to