C# Class LittleTalk.DriverInterpreter

Inheritance: Interpreter
Afficher le fichier Open project: hugoferreira/LittleTalk

Méthodes publiques

Méthode Description
DriverInterpreter ( Process p ) : System
Resume ( ) : void

Private Methods

Méthode Description
Parse ( string code ) : List

Method Details

DriverInterpreter() public méthode

public DriverInterpreter ( Process p ) : System
p Process
Résultat System

Resume() public méthode

public Resume ( ) : void
Résultat void