C# Class Tsunami.GeneralContext

Inheritance: Context
Datei anzeigen Open project: mono/tsunami

Public Methods

Method Description
GeneralContext ( TrackerHost tracker ) : System

Protected Methods

Method Description
HandleImpl ( string line ) : Result
PrintImpl ( System writer ) : void

Method Details

GeneralContext() public method

public GeneralContext ( TrackerHost tracker ) : System
tracker TrackerHost
return System

HandleImpl() protected method

protected HandleImpl ( string line ) : Result
line string
return Result

PrintImpl() protected method

protected PrintImpl ( System writer ) : void
writer System
return void