C# 클래스 Spinach.Program

상속: spinachParser
파일 보기 프로젝트 열기: shranjan/pinac

공개 메소드들

메소드 설명
Onerror ( int code, string errormessage ) : void
Onoutput ( List elements ) : void
Program ( Antlr.Runtime.CommonTokenStream str ) : System
ReportError ( RecognitionException e ) : void
RunEvalLoop ( ) : void
VisitLine ( String line ) : void
getEx ( ) : string
getKeywords ( ) : List
returnError ( ) : string
setException ( RecognitionException e ) : void

비공개 메소드들

메소드 설명
Main ( ) : void

메소드 상세

Onerror() 공개 메소드

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

Onoutput() 공개 메소드

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

Program() 공개 메소드

public Program ( Antlr.Runtime.CommonTokenStream str ) : System
str Antlr.Runtime.CommonTokenStream
리턴 System

ReportError() 공개 메소드

public ReportError ( RecognitionException e ) : void
e Antlr.Runtime.RecognitionException
리턴 void

RunEvalLoop() 공개 메소드

public RunEvalLoop ( ) : void
리턴 void

VisitLine() 공개 메소드

public VisitLine ( String line ) : void
line String
리턴 void

getEx() 공개 메소드

public getEx ( ) : string
리턴 string

getKeywords() 공개 메소드

public getKeywords ( ) : List
리턴 List

returnError() 공개 메소드

public returnError ( ) : string
리턴 string

setException() 공개 메소드

public setException ( RecognitionException e ) : void
e Antlr.Runtime.RecognitionException
리턴 void