Packagesystem.reflection
Interfacepublic interface TypeInfo

This interface defines all method who defines the informations about a Type object (Class).



Public Methods
 MethodDefined 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
Method Detail
canConvertTo()method
public function canConvertTo(o:Class):Boolean

Indicates if the specified Class object can be convert to an other with the "as" keyword.

Parameters

o:Class

Returns
Boolean
isSubtypeOf()method 
public function isSubtypeOf(o:Class):Boolean

Indicates if the specified Class object be used with the "is" keyword.

Parameters

o:Class

Returns
Boolean