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