C# 클래스 Spinach.exec

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

공개 메소드들

메소드 설명
Onerror ( int code, string message ) : void
Onoutput ( List elements ) : void
Visitline ( string args ) : void
exec ( ) : System
getKeywords ( ) : List

메소드 상세

Onerror() 공개 메소드

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

Onoutput() 공개 메소드

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

Visitline() 공개 메소드

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

exec() 공개 메소드

public exec ( ) : System
리턴 System

getKeywords() 공개 메소드

public getKeywords ( ) : List
리턴 List