home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2001 December / dppcpro1201.iso / Extras / maple / Viewer / WebEQ / MMLViewerInstall.cab / MMLViewerApplet.cab / webeq3 / constants / OperatorFormInfo.class (.txt) < prev    next >
Encoding:
Java Class File  |  2001-05-24  |  493 b   |  19 lines

  1. package webeq3.constants;
  2.  
  3. public class OperatorFormInfo {
  4.    public int nforms;
  5.    public int form;
  6.    // $FF: renamed from: op webeq3.constants.OperatorProperty
  7.    public OperatorProperty field_0;
  8.  
  9.    public OperatorFormInfo(int var1, OperatorProperty var2) {
  10.       this.form = var1;
  11.       this.field_0 = var2;
  12.       this.nforms = 1;
  13.    }
  14.  
  15.    public OperatorFormInfo(int var1) {
  16.       this.nforms = var1;
  17.    }
  18. }
  19.