| Property | Defined By | ||
|---|---|---|---|
| argumentNames : Vector.<String> | ReadableTrait | ||
| arguments : Vector.<ReadableMultiname> | ReadableTrait | ||
| classInfo : ReadableClass | ReadableTrait | ||
| declaration : ReadableMultiname | ReadableTrait | ||
| initializer : String | ReadableTrait | ||
| instructions : Vector.<IInstruction> | ReadableTrait | ||
| isConst : Boolean | ReadableTrait | ||
| isStatic : Boolean | ReadableTrait | ||
| localCount : uint | ReadableTrait | ||
| slots : Object | ReadableTrait | ||
| traitType : String | ReadableTrait | ||
| type : ReadableMultiname | ReadableTrait | ||
| Constant | Defined By | ||
|---|---|---|---|
| TYPE_CLASS : String = class [static] | ReadableTrait | ||
| TYPE_METHOD : String = method [static] | ReadableTrait | ||
| TYPE_NAMESPACE : String = namespace [static] | ReadableTrait | ||
| TYPE_PROPERTY : String = property [static] | ReadableTrait | ||
| argumentNames | property |
public var argumentNames:Vector.<String>| arguments | property |
public var arguments:Vector.<ReadableMultiname>| classInfo | property |
public var classInfo:ReadableClass| declaration | property |
public var declaration:ReadableMultiname| initializer | property |
public var initializer:String| instructions | property |
public var instructions:Vector.<IInstruction>| isConst | property |
public var isConst:Boolean| isStatic | property |
public var isStatic:Boolean| localCount | property |
public var localCount:uint| slots | property |
public var slots:Object| traitType | property |
public var traitType:String| type | property |
public var type:ReadableMultiname| TYPE_CLASS | Constant |
public static const TYPE_CLASS:String = class| TYPE_METHOD | Constant |
public static const TYPE_METHOD:String = method| TYPE_NAMESPACE | Constant |
public static const TYPE_NAMESPACE:String = namespace| TYPE_PROPERTY | Constant |
public static const TYPE_PROPERTY:String = property