C# Class TriAxis.RunSharp.BranchSet

Afficher le fichier Open project: AqlaSolutions/runsharp Class Usage Examples

Méthodes publiques

Свойство Type Description
BrTrue OpCode
Inverse BranchSet
Normal BranchSet

Méthodes publiques

Méthode Description
Get ( BranchInstruction ins, bool unsigned ) : OpCode
GetInverted ( ) : BranchSet

Private Methods

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

public Get ( BranchInstruction ins, bool unsigned ) : OpCode
ins BranchInstruction
unsigned bool
Résultat OpCode

GetInverted() public méthode

public GetInverted ( ) : BranchSet
Résultat BranchSet

Property Details

BrTrue public_oe property

public OpCode BrTrue
Résultat OpCode

Inverse public_oe static_oe property

public static BranchSet,TriAxis.RunSharp Inverse
Résultat BranchSet

Normal public_oe static_oe property

public static BranchSet,TriAxis.RunSharp Normal
Résultat BranchSet