Method | Description | |
---|---|---|
ArglistInstruction ( OpCode opcode ) : System |
Initializes a new instance of the ArglistInstruction class.
|
|
Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void |
Decodes the specified instruction.
|
public ArglistInstruction ( OpCode opcode ) : System | ||
opcode | OpCode | The opcode. |
return | System |
public Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void | ||
ctx | InstructionNode | The context. |
decoder | IInstructionDecoder | The instruction decoder, which holds the code stream. |
return | void |