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:
Java Class File  |  1997-11-03  |  454 b   |  18 lines

  1. package netscape.debug;
  2.  
  3. public class InstructionHook extends Hook {
  4.    // $FF: renamed from: pc netscape.debug.PC
  5.    private PC field_0;
  6.  
  7.    public InstructionHook(PC var1) {
  8.       this.field_0 = var1;
  9.    }
  10.  
  11.    public PC getPC() {
  12.       return this.field_0;
  13.    }
  14.  
  15.    void aboutToExecute(ThreadState var1) {
  16.    }
  17. }
  18.