Method | Description | |
---|---|---|
Decode ( InstructionNode context, IInstructionDecoder decoder ) : void |
Decodes the specified instruction.
|
|
NewobjInstruction ( OpCode opcode ) : System.Diagnostics |
Initializes a new instance of the NewobjInstruction class.
|
|
Resolve ( Context ctx, BaseMethodCompiler compiler ) : void |
Validates the instruction operands and creates a matching variable for the result.
|
public Decode ( InstructionNode context, IInstructionDecoder decoder ) : void | ||
context | InstructionNode | The context. |
decoder | IInstructionDecoder | The instruction decoder, which holds the code stream. |
return | void |
public NewobjInstruction ( OpCode opcode ) : System.Diagnostics | ||
opcode | OpCode | The opcode. |
return | System.Diagnostics |
public Resolve ( Context ctx, BaseMethodCompiler compiler ) : void | ||
ctx | Context | The context. |
compiler | BaseMethodCompiler | The compiler. |
return | void |