C# Class SharpOS.AOT.IR.Instructions.SimpleBranch

Inheritance: Instruction
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
SimpleBranch ( Type type, Register operand ) : System

Initializes a new instance of the SimpleBranch class.

Method Details

SimpleBranch() public method

Initializes a new instance of the SimpleBranch class.
public SimpleBranch ( Type type, Register operand ) : System
type System.Type The type.
operand Register The operand.
return System