C# Class Interpreter.backend.interpreter.Executor

Inheritance: Interpreter.backend.Backend
Mostra file Open project: dfdemar/Pascal_Interpreter Class Usage Examples

Protected Properties

Property Type Description
errorHandler RuntimeErrorHandler
executionCount int

Public Methods

Method Description
Executor ( Executor parent ) : System
process ( ICode iCode, SymbolTableStack symbolTableStack ) : void

Private Methods

Method Description
Executor ( ) : System

Method Details

Executor() public method

public Executor ( Executor parent ) : System
parent Executor
return System

process() public method

public process ( ICode iCode, SymbolTableStack symbolTableStack ) : void
iCode ICode
symbolTableStack SymbolTableStack
return void

Property Details

errorHandler protected_oe static_oe property

protected static RuntimeErrorHandler,Interpreter.backend.interpreter errorHandler
return RuntimeErrorHandler

executionCount protected_oe static_oe property

protected static int executionCount
return int