C# Class Interpreter.backend.interpreter.Executor

Inheritance: Interpreter.backend.Backend
Afficher le fichier Open project: dfdemar/Pascal_Interpreter Class Usage Examples

Protected Properties

Свойство Type Description
errorHandler RuntimeErrorHandler
executionCount int

Méthodes publiques

Méthode Description
Executor ( Executor parent ) : System
process ( ICode iCode, SymbolTableStack symbolTableStack ) : void

Private Methods

Méthode Description
Executor ( ) : System

Method Details

Executor() public méthode

public Executor ( Executor parent ) : System
parent Executor
Résultat System

process() public méthode

public process ( ICode iCode, SymbolTableStack symbolTableStack ) : void
iCode ICode
symbolTableStack SymbolTableStack
Résultat void

Property Details

errorHandler protected_oe static_oe property

protected static RuntimeErrorHandler,Interpreter.backend.interpreter errorHandler
Résultat RuntimeErrorHandler

executionCount protected_oe static_oe property

protected static int executionCount
Résultat int