C# Class Spinach.exec

-- Executor Class....
Afficher le fichier Open project: shranjan/pinac Class Usage Examples

Méthodes publiques

Méthode Description
Onerror ( int code, string message ) : void
Onoutput ( List elements ) : void
Visitline ( string args ) : void
exec ( ) : System
getKeywords ( ) : List

Method Details

Onerror() public méthode

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

Onoutput() public méthode

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

Visitline() public méthode

public Visitline ( string args ) : void
args string
Résultat void

exec() public méthode

public exec ( ) : System
Résultat System

getKeywords() public méthode

public getKeywords ( ) : List
Résultat List