C# 클래스 Spinach.executor

파일 보기 프로젝트 열기: shranjan/pinac 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
coreObject Core
frontEnd exec

공개 메소드들

메소드 설명
AST ( List elements ) : void
Onerror ( int code, string message ) : void
VisitLine ( string args ) : void
clearCoreValues ( ) : void
coreObject_rescore_ ( string coremsg ) : void
executor ( ) : System
executor ( PlotReceiver plot ) : System
setFrontEndToCore ( ) : void
setPlotObject ( PlotReceiver plot ) : void
setSMObject ( SwarmMemory sm ) : void

메소드 상세

AST() 공개 메소드

public AST ( List elements ) : void
elements List
리턴 void

Onerror() 공개 메소드

public Onerror ( int code, string message ) : void
code int
message string
리턴 void

VisitLine() 공개 메소드

public VisitLine ( string args ) : void
args string
리턴 void

clearCoreValues() 공개 메소드

public clearCoreValues ( ) : void
리턴 void

coreObject_rescore_() 공개 메소드

public coreObject_rescore_ ( string coremsg ) : void
coremsg string
리턴 void

executor() 공개 메소드

public executor ( ) : System
리턴 System

executor() 공개 메소드

public executor ( PlotReceiver plot ) : System
plot PlotReceiver
리턴 System

setFrontEndToCore() 공개 메소드

public setFrontEndToCore ( ) : void
리턴 void

setPlotObject() 공개 메소드

public setPlotObject ( PlotReceiver plot ) : void
plot PlotReceiver
리턴 void

setSMObject() 공개 메소드

public setSMObject ( SwarmMemory sm ) : void
sm SwarmMemory
리턴 void

프로퍼티 상세

coreObject 공개적으로 프로퍼티

public Core,Spinach coreObject
리턴 Core

frontEnd 공개적으로 프로퍼티

public exec,Spinach frontEnd
리턴 exec