C# 클래스 Spinach.Test_Core

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

공개 메소드들

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

메소드 상세

Onerror() 공개 메소드

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

ReportError() 공개 메소드

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

RunEvalLoop() 공개 메소드

public RunEvalLoop ( ) : void
리턴 void

Test_Core() 공개 메소드

public Test_Core ( Antlr.Runtime.CommonTokenStream str, String coreObject ) : System
str Antlr.Runtime.CommonTokenStream
coreObject String
리턴 System

VisitLine() 공개 메소드

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

getEx() 공개 메소드

public getEx ( ) : string
리턴 string

returnError() 공개 메소드

public returnError ( ) : string
리턴 string

setException() 공개 메소드

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