C# 클래스 Interpreter.backend.interpreter.executors.CompoundExecutor

상속: StatementExecutor
파일 보기 프로젝트 열기: dfdemar/Pascal_Interpreter 1 사용 예제들

공개 메소드들

메소드 설명
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