Package | com.swfwire.decompiler.abc.tokens |
Class | public class InstanceToken |
Inheritance | InstanceToken ![]() |
Implements | IToken |
Property | Defined By | ||
---|---|---|---|
flags : uint | InstanceToken | ||
iinit : uint | InstanceToken | ||
interfaceCount : uint | InstanceToken | ||
interfaces : Vector.<uint> | InstanceToken | ||
name : uint | InstanceToken | ||
protectedNs : uint | InstanceToken | ||
superName : uint | InstanceToken | ||
traitCount : uint | InstanceToken | ||
traits : Vector.<TraitsInfoToken> | InstanceToken |
Method | Defined By | ||
---|---|---|---|
InstanceToken(name:uint = 0, superName:uint = 0, flags:uint = 0, protectedNs:uint = 0, interfaceCount:uint = 0, interfaces:Vector.<uint> = null, iinit:uint = 0, traitCount:uint = 0, traits:Vector.<TraitsInfoToken> = null) | InstanceToken | ||
read(abc:ABCByteArray):void | InstanceToken | ||
write(abc:ABCByteArray):void | InstanceToken |
Constant | Defined By | ||
---|---|---|---|
FLAG_CLASS_FINAL : uint [static] | InstanceToken | ||
FLAG_CLASS_INTERFACE : uint [static] | InstanceToken | ||
FLAG_CLASS_PROTECTED_NS : uint [static] | InstanceToken | ||
FLAG_CLASS_SEALED : uint [static] | InstanceToken |
flags | property |
public var flags:uint
iinit | property |
public var iinit:uint
interfaceCount | property |
public var interfaceCount:uint
interfaces | property |
public var interfaces:Vector.<uint>
name | property |
public var name:uint
protectedNs | property |
public var protectedNs:uint
superName | property |
public var superName:uint
traitCount | property |
public var traitCount:uint
traits | property |
public var traits:Vector.<TraitsInfoToken>
InstanceToken | () | Constructor |
public function InstanceToken(name:uint = 0, superName:uint = 0, flags:uint = 0, protectedNs:uint = 0, interfaceCount:uint = 0, interfaces:Vector.<uint> = null, iinit:uint = 0, traitCount:uint = 0, traits:Vector.<TraitsInfoToken> = null)
name:uint (default = 0 )
| |
superName:uint (default = 0 )
| |
flags:uint (default = 0 )
| |
protectedNs:uint (default = 0 )
| |
interfaceCount:uint (default = 0 )
| |
interfaces:Vector.<uint> (default = null )
| |
iinit:uint (default = 0 )
| |
traitCount:uint (default = 0 )
| |
traits:Vector.<TraitsInfoToken> (default = null )
|
read | () | method |
write | () | method |
FLAG_CLASS_FINAL | Constant |
public static const FLAG_CLASS_FINAL:uint
FLAG_CLASS_INTERFACE | Constant |
public static const FLAG_CLASS_INTERFACE:uint
FLAG_CLASS_PROTECTED_NS | Constant |
public static const FLAG_CLASS_PROTECTED_NS:uint
FLAG_CLASS_SEALED | Constant |
public static const FLAG_CLASS_SEALED:uint