public WinformOutputStream(ABCLInterpreter c) { this.csTextWriter = c; }
public override void Init(object self) { buffer = new TextReaderStringBuffer(this); COMMON_ABCLInterpreter = this; }
public JRunnableLisp(ABCLInterpreter lengine) { engine = lengine; }
// Summary: // Initializes a new instance of the System.IO.TextReader class. public TextReaderStringBuffer(ABCLInterpreter le) { lispEngine = le; }