christophe-hall / as3-commons

Automatically exported from code.google.com/p/as3-commons
0 stars 0 forks source link

No way of asscertaining if a Type is an interface #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use one of the Type.for...() methods to return a type.
2. No method is available to determine isInterface().
3. WORKAROUND: use ClassUtils.isInterface(type.clazz) to determine if is
interface. 

What is the expected output? What do you see instead?
Expect method directly on type object for determining interface

What version of the product are you using? On what operating system?
latest source

Please provide any additional information below.
Tiny feature improvement.

Original issue reported on code.google.com by carrymass on 10 Aug 2009 at 3:32

GoogleCodeExporter commented 8 years ago
added "isInterface" property

Original comment by christophe.herreman on 5 Oct 2009 at 4:02