Skip to content

Instantly share code, notes, and snippets.

@debreuil
Created August 25, 2010 23:28
Show Gist options
  • Save debreuil/550500 to your computer and use it in GitHub Desktop.
Save debreuil/550500 to your computer and use it in GitHub Desktop.
var td:TypeDescriptor = new TypeDescriptor();
var s:String = getQualifiedClassName(_classType);
var xml:XML = describeType(s);
var t2:TypeDescriptor = td.fromXML(xml, loaderInfo.applicationDomain);
// t2.description.extendsClass.type == "Object"
// t2.superClasses == ["Object"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment