Package | com.swfwire.decompiler.abc.tokens |
Class | public class MethodBodyInfoToken |
Inheritance | MethodBodyInfoToken Object |
Implements | IToken |
Property | Defined By | ||
---|---|---|---|
code : ByteArray | MethodBodyInfoToken | ||
codeLength : uint | MethodBodyInfoToken | ||
exceptionCount : uint | MethodBodyInfoToken | ||
exceptions : Vector.<ExceptionInfoToken> | MethodBodyInfoToken | ||
initScopeDepth : uint | MethodBodyInfoToken | ||
instructions : Vector.<IInstruction> | MethodBodyInfoToken | ||
localCount : uint | MethodBodyInfoToken | ||
maxScopeDepth : uint | MethodBodyInfoToken | ||
maxStack : uint | MethodBodyInfoToken | ||
method : uint | MethodBodyInfoToken | ||
traitCount : uint | MethodBodyInfoToken | ||
traits : Vector.<TraitsInfoToken> | MethodBodyInfoToken |
Method | Defined By | ||
---|---|---|---|
MethodBodyInfoToken(method:uint = 0, maxStack:uint = 0, localCount:uint = 0, initScopeDepth:uint = 0, maxScopeDepth:uint = 0, codeLength:uint = 0, code:ByteArray = null, exceptionCount:uint = 0, exceptions:Vector.<ExceptionInfoToken> = null, traitCount:uint = 0, traits:Vector.<TraitsInfoToken> = null, instructions:Vector.<IInstruction> = null) | MethodBodyInfoToken | ||
read(abc:ABCByteArray):void | MethodBodyInfoToken | ||
write(abc:ABCByteArray):void | MethodBodyInfoToken |
code | property |
public var code:ByteArray
codeLength | property |
public var codeLength:uint
exceptionCount | property |
public var exceptionCount:uint
exceptions | property |
public var exceptions:Vector.<ExceptionInfoToken>
initScopeDepth | property |
public var initScopeDepth:uint
instructions | property |
public var instructions:Vector.<IInstruction>
localCount | property |
public var localCount:uint
maxScopeDepth | property |
public var maxScopeDepth:uint
maxStack | property |
public var maxStack:uint
method | property |
public var method:uint
traitCount | property |
public var traitCount:uint
traits | property |
public var traits:Vector.<TraitsInfoToken>
MethodBodyInfoToken | () | Constructor |
public function MethodBodyInfoToken(method:uint = 0, maxStack:uint = 0, localCount:uint = 0, initScopeDepth:uint = 0, maxScopeDepth:uint = 0, codeLength:uint = 0, code:ByteArray = null, exceptionCount:uint = 0, exceptions:Vector.<ExceptionInfoToken> = null, traitCount:uint = 0, traits:Vector.<TraitsInfoToken> = null, instructions:Vector.<IInstruction> = null)
method:uint (default = 0 )
| |
maxStack:uint (default = 0 )
| |
localCount:uint (default = 0 )
| |
initScopeDepth:uint (default = 0 )
| |
maxScopeDepth:uint (default = 0 )
| |
codeLength:uint (default = 0 )
| |
code:ByteArray (default = null )
| |
exceptionCount:uint (default = 0 )
| |
exceptions:Vector.<ExceptionInfoToken> (default = null )
| |
traitCount:uint (default = 0 )
| |
traits:Vector.<TraitsInfoToken> (default = null )
| |
instructions:Vector.<IInstruction> (default = null )
|
read | () | method |
write | () | method |