| Package | org.as3commons.reflect |
| Interface | public interface ITypeProvider |
Type or one of
its subclasses.
See also
| Method | Defined by | ||
|---|---|---|---|
|
clearCache():void
Remove all
Types from the type cache. | ITypeProvider | ||
|
Returns a
Type object that describes the given class. | ITypeProvider | ||
|
Retrieve a reference to the type cache.
| ITypeProvider | ||
| clearCache | () | method |
public function clearCache():void
Remove all Types from the type cache.
| getType | () | method |
public function getType(cls:Class, applicationDomain:ApplicationDomain):Type
Returns a Type object that describes the given class.
cls:Class — the class from which to get a type description
|
|
applicationDomain:ApplicationDomain — The ApplicationDomain in which to
look for the class definition.
|
Type |
| getTypeCache | () | method |
public function getTypeCache():TypeCacheRetrieve a reference to the type cache.
ReturnsTypeCache —
The instance of TypeCache being used by the
ITypeProvider.
|