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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2001-05-24
|
493 b
|
19 lines
package webeq3.constants;
public class OperatorFormInfo {
public int nforms;
public int form;
// $FF: renamed from: op webeq3.constants.OperatorProperty
public OperatorProperty field_0;
public OperatorFormInfo(int var1, OperatorProperty var2) {
this.form = var1;
this.field_0 = var2;
this.nforms = 1;
}
public OperatorFormInfo(int var1) {
this.nforms = var1;
}
}