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