"

2013 FRC Java API

"

Uses of Class
com.sun.squawk.DebuggerSupport.StackInspector

Packages that use DebuggerSupport.StackInspector
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
 

Uses of DebuggerSupport.StackInspector in com.sun.squawk
 

Subclasses of DebuggerSupport.StackInspector in com.sun.squawk
static class DebuggerSupport.SlotSetter
          A SlotSetter is a kind of StackInspector that can set the value of a slot
 

Methods in com.sun.squawk with parameters of type DebuggerSupport.StackInspector
static int DebuggerSupport.inspectStack(DebuggerSupport.StackInspector inspector, ExecutionPoint from, int frameNo)
          Traverses one or more stack frames in a thread (that must be suspended).
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"