home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / bsfengines.jar / com / ibm / bsf / engines / netrexx / NetRexxEngine$GeneratedFile.class (.txt) < prev   
Encoding:
Java Class File  |  1999-12-09  |  829 b   |  21 lines

  1. package com.ibm.bsf.engines.netrexx;
  2.  
  3. import java.io.File;
  4. import java.io.FileOutputStream;
  5.  
  6. class NetRexxEngine$GeneratedFile {
  7.    // $FF: synthetic field
  8.    private final NetRexxEngine this$0;
  9.    File file;
  10.    FileOutputStream fos;
  11.    String className;
  12.  
  13.    NetRexxEngine$GeneratedFile(NetRexxEngine var1, File var2, FileOutputStream var3, String var4) {
  14.       this.this$0 = var1;
  15.       this.this$0 = var1;
  16.       this.file = var2;
  17.       this.fos = var3;
  18.       this.className = var4;
  19.    }
  20. }
  21.