C# Class VM.Instruction

Afficher le fichier Open project: Rohansi/VM Class Usage Examples

Méthodes publiques

Свойство Type Description
Left Operand
Right Operand
Type Instructions

Méthodes publiques

Méthode Description
Decode ( ) : void
Instruction ( VirtualMachine virtualMachine ) : System
ToString ( ) : string

Private Methods

Méthode Description
Instruction ( ) : System

Method Details

Decode() public méthode

public Decode ( ) : void
Résultat void

Instruction() public méthode

public Instruction ( VirtualMachine virtualMachine ) : System
virtualMachine VirtualMachine
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Left public_oe property

public Operand,VM Left
Résultat Operand

Right public_oe property

public Operand,VM Right
Résultat Operand

Type public_oe property

public Instructions Type
Résultat Instructions