Package | avmplus |
Class | public class DescribeTypeJSON |
Inheritance | DescribeTypeJSON ![]() |
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):Object
Parameters
target:Object | |
flags:uint |
Object |
get | () | method |
getClassDescription | () | method |
public function getClassDescription(type:Class):Object
Parameters
type:Class |
Object |
getInstanceDescription | () | method |
public function getInstanceDescription(type:Object):Object
Parameters
type:Object |
Object |
run | () | method |
public static function run(obj:Object):Object
Parameters
obj:Object |
Object |
CLASS_FLAGS | Constant |
public static const CLASS_FLAGS:uint
INSTANCE_FLAGS | Constant |
public static const INSTANCE_FLAGS:uint