Unfortunately, the describeType () method is the only way to do introspection in Flex. People write wrappers around it, and if you want to do introspection, I would recommend as3-commons-reflection , but there is no way to list the private attributes of a class without being able to access them, even if you can list them.
source share