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