Package | com.swfwire.decompiler.abc.tokens.traits |
Class | public class TraitSlotToken |
Inheritance | TraitSlotToken ![]() |
Implements | ITrait |
Property | Defined By | ||
---|---|---|---|
slotId : uint | TraitSlotToken | ||
typeName : uint | TraitSlotToken | ||
vIndex : uint | TraitSlotToken | ||
vKind : uint | TraitSlotToken |
Method | Defined By | ||
---|---|---|---|
TraitSlotToken(slotId:uint = 0, typeName:uint = 0, vIndex:uint = 0, vKind:uint = 0) | TraitSlotToken | ||
read(abc:ABCByteArray):void | TraitSlotToken | ||
write(abc:ABCByteArray):void | TraitSlotToken |
slotId | property |
public var slotId:uint
typeName | property |
public var typeName:uint
vIndex | property |
public var vIndex:uint
vKind | property |
public var vKind:uint
TraitSlotToken | () | Constructor |
public function TraitSlotToken(slotId:uint = 0, typeName:uint = 0, vIndex:uint = 0, vKind:uint = 0)
slotId:uint (default = 0 )
| |
typeName:uint (default = 0 )
| |
vIndex:uint (default = 0 )
| |
vKind:uint (default = 0 )
|
read | () | method |
write | () | method |