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