Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Interpreter
backend
interpreter
executors
CompoundExecutor
C# Class Interpreter.backend.interpreter.executors.CompoundExecutor
Inheritance:
StatementExecutor
Mostra file
Open project: dfdemar/Pascal_Interpreter
Class Usage Examples
Public Methods
Method
Description
CompoundExecutor
(
Executor
parent
) :
System
Execute
(
ICodeNode
node
) :
Object
Method Details
CompoundExecutor()
public
method
public
CompoundExecutor
(
Executor
parent
) :
System
parent
Executor
return
System
Execute()
public
method
public
Execute
(
ICodeNode
node
) :
Object
node
ICodeNode
return
Object