Closed GoogleCodeExporter closed 9 years ago
as3-commons-reflect is badically a wrapper for the XML returned by the
describeType() method. This information is indeed rather limited and will,
amongst others, not return parameter names or default values.
The only way to retrieve this information is to use Bytecode based reflection
available in the as3commons-bytecode library.
Original comment by ihatelivelyids
on 28 Jan 2011 at 12:07
I wasn't clear about it in the original description, but I am indeed using
Parameter objects obtained via ByteCodeType.
So... ah. Your comments made me look deeper. It wasn't obvious at first that
the Parameter objects returned by instances ByteCodeType where actually
instances of ByteCodeParameter (derived from Parameter). This gives me the
information I want!
This library is great... fabulous. :) However, I would suggest some time be
spent on fleshing out the AsDocs and writing some tutorials. Thanks.
Original comment by idontneedthisacct@gmail.com
on 28 Jan 2011 at 1:27
Original issue reported on code.google.com by
idontneedthisacct@gmail.com
on 27 Jan 2011 at 9:46