C# Class TriAxis.RunSharp.BranchSet

Exibir arquivo Open project: AqlaSolutions/runsharp Class Usage Examples

Public Properties

Property Type Description
BrTrue OpCode
Inverse BranchSet
Normal BranchSet

Public Methods

Method Description
Get ( BranchInstruction ins, bool unsigned ) : OpCode
GetInverted ( ) : BranchSet

Private Methods

Method Description
BranchSet ( OpCode brTrue, OpCode brFalse, OpCode brEq, OpCode brNe, OpCode brLt, OpCode brLtUn, OpCode brGt, OpCode brGtUn, OpCode brLe, OpCode brLeUn, OpCode brGe, OpCode brGeUn ) : System

Method Details

Get() public method

public Get ( BranchInstruction ins, bool unsigned ) : OpCode
ins BranchInstruction
unsigned bool
return OpCode

GetInverted() public method

public GetInverted ( ) : BranchSet
return BranchSet

Property Details

BrTrue public_oe property

public OpCode BrTrue
return OpCode

Inverse public_oe static_oe property

public static BranchSet,TriAxis.RunSharp Inverse
return BranchSet

Normal public_oe static_oe property

public static BranchSet,TriAxis.RunSharp Normal
return BranchSet