Class sun.tools.debug.BreakpointQueue
All Packages    This Package    Previous    Next

Class sun.tools.debug.BreakpointQueue

java.lang.Object
   |
   +----sun.tools.debug.BreakpointQueue

public class BreakpointQueue
extends Object

Variable Index

 o catch_pc
 o exception
 o nextQ
 o opcode
 o pc
 o the_bkptQ
 o thread

Constructor Index

 o BreakpointQueue()

Method Index

 o nextEvent()
 o reset()

Variables

 o the_bkptQ
  public static BreakpointQueue the_bkptQ
 o pc
  public int pc
 o thread
  public Thread thread
 o opcode
  public int opcode
 o nextQ
  public BreakpointQueue nextQ
 o exception
  public Throwable exception
 o catch_pc
  public int catch_pc

Constructors

 o BreakpointQueue
  public BreakpointQueue()

Methods

 o nextEvent
  public synchronized boolean nextEvent()
 o reset
  public synchronized void reset()

All Packages    This Package    Previous    Next