| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecutionPoint | |
|---|---|
| com.sun.squawk | Provides classes for low level interactions with the Squawk VM. | 
| Uses of ExecutionPoint in com.sun.squawk | 
|---|
| Fields in com.sun.squawk declared as ExecutionPoint | |
|---|---|
|  ExecutionPoint | Debugger.ExceptionEvent.catchLocation | 
|  ExecutionPoint | Debugger.LocationEvent.location | 
| Methods in com.sun.squawk that return ExecutionPoint | |
|---|---|
|  ExecutionPoint | VMThread.getEventExecutionPoint()Gets the method and frame context of this thread at which a debugger event occurred. | 
| static ExecutionPoint | DebuggerSupport.getThreadCurrentExecutionPoint(VMThread thread)Get execution state of non-running thread. | 
| static ExecutionPoint[] | VM.reifyCurrentStack(int count)Returns an array of stack trace elements, each representing one stack frame in the current call stack. | 
| Methods in com.sun.squawk with parameters of type ExecutionPoint | |
|---|---|
| static int | DebuggerSupport.countStackFrames(VMThread vmThread,
                 ExecutionPoint from)Count the number of frames on the stack, while threadis temporarily suspended. | 
| static int | DebuggerSupport.inspectStack(DebuggerSupport.StackInspector inspector,
             ExecutionPoint from,
             int frameNo)Traverses one or more stack frames in a thread (that must be suspended). | 
| Constructors in com.sun.squawk with parameters of type ExecutionPoint | |
|---|---|
| Debugger.BreakpointEvent(ExecutionPoint location) | |
| Debugger.ExceptionEvent(Throwable exception,
                        ExecutionPoint throwLocation,
                        ExecutionPoint catchLocation,
                        boolean isCaught) | |
| Debugger.LocationEvent(int type,
                       Object object,
                       ExecutionPoint location) | |
| Debugger.SingleStepEvent(ExecutionPoint location) | |
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||