Method | Description | |
---|---|---|
ConversionInstruction ( OpCode opcode ) : System |
Initializes a new instance of the ConversionInstruction class.
|
|
Resolve ( Context ctx, BaseMethodCompiler compiler ) : void |
Validates the instruction operands and creates a matching variable for the result.
|
public ConversionInstruction ( OpCode opcode ) : System | ||
opcode | OpCode | The opcode. |
return | System |
public Resolve ( Context ctx, BaseMethodCompiler compiler ) : void | ||
ctx | Context | |
compiler | BaseMethodCompiler | The compiler. |
return | void |