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

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

Méthodes publiques

Méthode Description
EndFilterInstruction ( OpCode opcode )

Initializes a new instance of the EndFilterInstruction class.

Resolve ( Context ctx, BaseMethodCompiler compiler ) : void

Validates the instruction operands and creates a matching variable for the result.

Method Details

EndFilterInstruction() public méthode

Initializes a new instance of the EndFilterInstruction class.
public EndFilterInstruction ( OpCode opcode )
opcode OpCode The opcode.

Resolve() public méthode

Validates the instruction operands and creates a matching variable for the result.
public Resolve ( Context ctx, BaseMethodCompiler compiler ) : void
ctx Context The context.
compiler BaseMethodCompiler The compiler.
Résultat void