C# Class Tsunami.GeneralContext

Inheritance: Context
Afficher le fichier Open project: mono/tsunami

Méthodes publiques

Méthode Description
GeneralContext ( TrackerHost tracker ) : System

Méthodes protégées

Méthode Description
HandleImpl ( string line ) : Result
PrintImpl ( System writer ) : void

Method Details

GeneralContext() public méthode

public GeneralContext ( TrackerHost tracker ) : System
tracker TrackerHost
Résultat System

HandleImpl() protected méthode

protected HandleImpl ( string line ) : Result
line string
Résultat Result

PrintImpl() protected méthode

protected PrintImpl ( System writer ) : void
writer System
Résultat void