| Package | com.swfwire.decompiler.abc.tokens |
| Class | public class MethodInfoToken |
| Inheritance | MethodInfoToken Object |
| Implements | IToken |
| Property | Defined By | ||
|---|---|---|---|
| flags : uint | MethodInfoToken | ||
| name : uint | MethodInfoToken | ||
| options : OptionInfoToken | MethodInfoToken | ||
| paramCount : uint | MethodInfoToken | ||
| paramNames : Vector.<ParamInfoToken> | MethodInfoToken | ||
| paramTypes : Vector.<uint> | MethodInfoToken | ||
| returnType : uint | MethodInfoToken | ||
| Method | Defined By | ||
|---|---|---|---|
MethodInfoToken(paramCount:uint = 0, returnType:uint = 0, paramTypes:Vector.<uint> = null, name:uint = 0, flags:uint = 0, options:OptionInfoToken = null, paramNames:Vector.<ParamInfoToken> = null) | MethodInfoToken | ||
read(abc:ABCByteArray):void | MethodInfoToken | ||
write(abc:ABCByteArray):void | MethodInfoToken | ||
| Constant | Defined By | ||
|---|---|---|---|
| FLAG_HAS_OPTIONAL : uint [static] | MethodInfoToken | ||
| FLAG_HAS_PARAM_NAMES : uint [static] | MethodInfoToken | ||
| FLAG_NEED_ACTIVATION : uint [static] | MethodInfoToken | ||
| FLAG_NEED_ARGUMENTS : uint [static] | MethodInfoToken | ||
| FLAG_NEED_REST : uint [static] | MethodInfoToken | ||
| FLAG_SET_DXNS : uint [static] | MethodInfoToken | ||
| flags | property |
public var flags:uint| name | property |
public var name:uint| options | property |
public var options:OptionInfoToken| paramCount | property |
public var paramCount:uint| paramNames | property |
public var paramNames:Vector.<ParamInfoToken>| paramTypes | property |
public var paramTypes:Vector.<uint>| returnType | property |
public var returnType:uint| MethodInfoToken | () | Constructor |
public function MethodInfoToken(paramCount:uint = 0, returnType:uint = 0, paramTypes:Vector.<uint> = null, name:uint = 0, flags:uint = 0, options:OptionInfoToken = null, paramNames:Vector.<ParamInfoToken> = null)paramCount:uint (default = 0) | |
returnType:uint (default = 0) | |
paramTypes:Vector.<uint> (default = null) | |
name:uint (default = 0) | |
flags:uint (default = 0) | |
options:OptionInfoToken (default = null) | |
paramNames:Vector.<ParamInfoToken> (default = null) |
| read | () | method |
| write | () | method |
| FLAG_HAS_OPTIONAL | Constant |
public static const FLAG_HAS_OPTIONAL:uint| FLAG_HAS_PARAM_NAMES | Constant |
public static const FLAG_HAS_PARAM_NAMES:uint| FLAG_NEED_ACTIVATION | Constant |
public static const FLAG_NEED_ACTIVATION:uint| FLAG_NEED_ARGUMENTS | Constant |
public static const FLAG_NEED_ARGUMENTS:uint| FLAG_NEED_REST | Constant |
public static const FLAG_NEED_REST:uint| FLAG_SET_DXNS | Constant |
public static const FLAG_SET_DXNS:uint