C# Класс Interpreter.backend.interpreter.executors.CompoundExecutor

Наследование: StatementExecutor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CompoundExecutor ( Executor parent ) : System
Execute ( ICodeNode node ) : Object

Описание методов

CompoundExecutor() публичный Метод

public CompoundExecutor ( Executor parent ) : System
parent Executor
Результат System

Execute() публичный Метод

public Execute ( ICodeNode node ) : Object
node ICodeNode
Результат Object