C# Class Spinach.Test_Core

Inheritance: spinachParser
Afficher le fichier Open project: shranjan/pinac Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Onerror() public méthode

public Onerror ( int code, string errormessage ) : void
code int
errormessage string
Résultat void

ReportError() public méthode

public ReportError ( RecognitionException e ) : void
e Antlr.Runtime.RecognitionException
Résultat void

RunEvalLoop() public méthode

public RunEvalLoop ( ) : void
Résultat void

Test_Core() public méthode

public Test_Core ( Antlr.Runtime.CommonTokenStream str, String coreObject ) : System
str Antlr.Runtime.CommonTokenStream
coreObject String
Résultat System

VisitLine() public méthode

public VisitLine ( String line ) : void
line String
Résultat void

getEx() public méthode

public getEx ( ) : string
Résultat string

returnError() public méthode

public returnError ( ) : string
Résultat string

setException() public méthode

public setException ( RecognitionException e ) : void
e Antlr.Runtime.RecognitionException
Résultat void