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

Inheritance: Mosa.Compiler.Framework.CIL.UnaryInstruction
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode 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 méthode

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

Resolve() public méthode

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