C# Class Spinach.Program

Inheritance: spinachParser
Afficher le fichier Open project: shranjan/pinac

Méthodes publiques

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

Private Methods

Méthode Description
Main ( ) : void

Method Details

Onerror() public méthode

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

Onoutput() public méthode

public Onoutput ( List elements ) : void
elements List
Résultat void

Program() public méthode

public Program ( Antlr.Runtime.CommonTokenStream str ) : System
str Antlr.Runtime.CommonTokenStream
Résultat System

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

VisitLine() public méthode

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

getEx() public méthode

public getEx ( ) : string
Résultat string

getKeywords() public méthode

public getKeywords ( ) : List
Résultat List

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