home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Online 1998 January
/
PCO0198.ISO
/
browser
/
net_linx
/
java40.jar
/
netscape
/
debug
/
InstructionHook.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
|
1997-11-03
|
454 b
|
18 lines
package netscape.debug;
public class InstructionHook extends Hook {
// $FF: renamed from: pc netscape.debug.PC
private PC field_0;
public InstructionHook(PC var1) {
this.field_0 = var1;
}
public PC getPC() {
return this.field_0;
}
void aboutToExecute(ThreadState var1) {
}
}