2010 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 StackInspcetor 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).
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.