Skip to content

Instantly share code, notes, and snippets.

@dannykopping
Created September 30, 2010 20:54
Show Gist options
  • Select an option

  • Save dannykopping/605306 to your computer and use it in GitHub Desktop.

Select an option

Save dannykopping/605306 to your computer and use it in GitHub Desktop.
var accessors:XMLList = describeType(Capabilities)..accessor.(@declaredBy == getQualifiedClassName(Capabilities));
for each(var accessor:XML in accessors)
trace([email protected]() + ": " + Capabilities[[email protected]()]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment