C# Class Mosa.Compiler.Framework.CIL.DupInstruction

Inheritance: Mosa.Compiler.Framework.CIL.UnaryInstruction
Datei anzeigen Open project: tgiphil/MOSA-Project

Public Methods

Method Description
DupInstruction ( OpCode opcode )

Initializes a new instance of the NopInstruction class.

Resolve ( Context ctx, BaseMethodCompiler compiler ) : void

Validates the specified instruction.

Method Details

DupInstruction() public method

Initializes a new instance of the NopInstruction class.
public DupInstruction ( OpCode opcode )
opcode OpCode

Resolve() public method

Validates the specified instruction.
public Resolve ( Context ctx, BaseMethodCompiler compiler ) : void
ctx Context The context.
compiler BaseMethodCompiler The compiler.
return void