Package | com.swfwire.decompiler.abc.instructions |
Class | public class Instruction_debug |
Inheritance | Instruction_debug ![]() |
Implements | IInstruction |
Property | Defined By | ||
---|---|---|---|
debugType : uint | Instruction_debug | ||
extra : uint | Instruction_debug | ||
index : uint | Instruction_debug | ||
reg : uint | Instruction_debug |
Method | Defined By | ||
---|---|---|---|
Instruction_debug(debugType:uint = 0, index:uint = 0, reg:uint = 0, extra:uint = 0) | Instruction_debug |
Constant | Defined By | ||
---|---|---|---|
TYPE_DI_LOCAL : uint = 1 [static] | Instruction_debug |
debugType | property |
public var debugType:uint
extra | property |
public var extra:uint
index | property |
public var index:uint
reg | property |
public var reg:uint
Instruction_debug | () | Constructor |
public function Instruction_debug(debugType:uint = 0, index:uint = 0, reg:uint = 0, extra:uint = 0)
debugType:uint (default = 0 )
| |
index:uint (default = 0 )
| |
reg:uint (default = 0 )
| |
extra:uint (default = 0 )
|
TYPE_DI_LOCAL | Constant |
public static const TYPE_DI_LOCAL:uint = 1