"

2013 FRC Java API

"

com.sun.squawk
Class Debugger.LocationEvent

java.lang.Object
  extended by com.sun.squawk.Debugger.Event
      extended by com.sun.squawk.Debugger.LocationEvent
Direct Known Subclasses:
Debugger.BreakpointEvent, Debugger.ExceptionEvent, Debugger.SingleStepEvent
Enclosing class:
Debugger

public abstract static class Debugger.LocationEvent
extends Debugger.Event

A LocationEvent includes extra detail about the location (method and instruction offset) at which an event occurred.


Field Summary
 ExecutionPoint location
           
 
Fields inherited from class com.sun.squawk.Debugger.Event
BREAKPOINT, CLASS_LOAD, CLASS_PREPARE, CLASS_UNLOAD, EXCEPTION, EXCEPTION_CATCH, FIELD_ACCESS, FIELD_MODIFICATION, FRAME_POP, kind, METHOD_ENTRY, METHOD_EXIT, object, SINGLE_STEP, THREAD_DEATH, THREAD_END, THREAD_START, USER_DEFINED, VM_DEATH, VM_DISCONNECTED, VM_INIT, VM_START
 
Constructor Summary
Debugger.LocationEvent(int type, Object object, ExecutionPoint location)
           
 
Method Summary
 
Methods inherited from class com.sun.squawk.Debugger.Event
getThread, getThreadID, setThread
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

public final ExecutionPoint location
Constructor Detail

Debugger.LocationEvent

public Debugger.LocationEvent(int type,
                              Object object,
                              ExecutionPoint location)

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"