Example #1
0
 public WinformOutputStream(ABCLInterpreter c)
 {
     this.csTextWriter = c;
 }
Example #2
0
 public override void Init(object self)
 {
     buffer = new TextReaderStringBuffer(this);
     COMMON_ABCLInterpreter = this;
 }
Example #3
0
 public JRunnableLisp(ABCLInterpreter lengine)
 {
     engine = lengine;
 }
Example #4
0
 // Summary:
 //     Initializes a new instance of the System.IO.TextReader class.
 public TextReaderStringBuffer(ABCLInterpreter le)
 {
     lispEngine = le;
 }
Example #5
0
 public JRunnableLisp(ABCLInterpreter lengine)
 {
     engine = lengine;
 }
Example #6
0
 public override void Init(object self)
 {
     buffer = new TextReaderStringBuffer(this);
     COMMON_ABCLInterpreter = this;
 }
Example #7
0
 // Summary:
 //     Initializes a new instance of the System.IO.TextReader class.
 public TextReaderStringBuffer(ABCLInterpreter le)
 {
     lispEngine = le;
 }
Example #8
0
 public WinformOutputStream(ABCLInterpreter c)
 {
     this.csTextWriter = c;
 }