C# Class Tsunami.Context

Show file Open project: mono/tsunami Class Usage Examples

Public Methods

Method Description
Handle ( string line ) : System.Result
Print ( TextWriter writer ) : void

Protected Methods

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

Method Details

Handle() public method

public Handle ( string line ) : System.Result
line string
return System.Result

HandleImpl() protected method

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

Print() public method

public Print ( TextWriter writer ) : void
writer System.IO.TextWriter
return void

PrintImpl() protected method

protected PrintImpl ( TextWriter writer ) : void
writer System.IO.TextWriter
return void