| Package | system.reflection |
| Interface | public interface TypeInfo |
| Method | Defined By | ||
|---|---|---|---|
canConvertTo(o:Class):Boolean
Indicates if the specified Class object can be convert to an other with the "as" keyword. | TypeInfo | ||
isSubtypeOf(o:Class):Boolean
Indicates if the specified Class object be used with the "is" keyword. | TypeInfo | ||
| canConvertTo | () | method |
public function canConvertTo(o:Class):BooleanIndicates if the specified Class object can be convert to an other with the "as" keyword.
Parameters
o:Class |
Boolean |
| isSubtypeOf | () | method |
public function isSubtypeOf(o:Class):BooleanIndicates if the specified Class object be used with the "is" keyword.
Parameters
o:Class |
Boolean |