| Package | avmplus | 
| Class | public class DescribeTypeJSON | 
| Inheritance | DescribeTypeJSON    Object | 
See also
| Property | Defined By | ||
|---|---|---|---|
| available : Boolean [static]   | DescribeTypeJSON | ||
| Method | Defined By | ||
|---|---|---|---|
| DescribeTypeJSON | |||
describeType(target:Object, flags:uint):Object  | DescribeTypeJSON | ||
[static]   | DescribeTypeJSON | ||
getClassDescription(type:Class):Object  | DescribeTypeJSON | ||
getInstanceDescription(type:Object):Object  | DescribeTypeJSON | ||
run(obj:Object):Object [static]   | DescribeTypeJSON | ||
| Constant | Defined By | ||
|---|---|---|---|
| CLASS_FLAGS : uint [static]   | DescribeTypeJSON | ||
| INSTANCE_FLAGS : uint [static]   | DescribeTypeJSON | ||
| available | property | 
public static var available:Boolean| DescribeTypeJSON | () | Constructor | 
public function DescribeTypeJSON()| describeType | () | method | 
 public function describeType(target:Object, flags:uint):ObjectParameters
target:Object | |
flags:uint | 
Object | 
| get | () | method | 
| getClassDescription | () | method | 
 public function getClassDescription(type:Class):ObjectParameters
type:Class | 
Object | 
| getInstanceDescription | () | method | 
 public function getInstanceDescription(type:Object):ObjectParameters
type:Object | 
Object | 
| run | () | method | 
 public static function run(obj:Object):ObjectParameters
obj:Object | 
Object | 
| CLASS_FLAGS | Constant | 
public static const CLASS_FLAGS:uint| INSTANCE_FLAGS | Constant | 
public static const INSTANCE_FLAGS:uint