Save This Page
Home » bsf-src-2.4.0 » org.apache.bsf.engines.javascript » [javadoc | source]
org.apache.bsf.engines.javascript
public class: RhinoContextProxy [javadoc | source]
java.lang.Object
   org.apache.bsf.engines.javascript.RhinoContextProxy
Insert the type's description here. Creation date: (8/23/2001 4:09:36 PM)
Field Summary
 RhinoEngineDebugger m_reDbg     
 Context m_context     
 JsContextStub m_contextStub     
 DebuggableEngine m_engine     
 boolean m_atBreakpoint     
 int m_frameCount     
 JsContextStub[] m_frames     
Constructor:
 RhinoContextProxy(RhinoEngineDebugger reDbg,
    Context cx) 
Method from org.apache.bsf.engines.javascript.RhinoContextProxy Summary:
cancelStepping,   entry_exit_mode,   exceptionThrown,   getContext,   getContextCount,   getFrame,   getLineNumber,   getRhinoEngineDebugger,   getSourceName,   hitBreakpoint,   resumed,   run,   stepIn,   stepOut,   stepOver,   stepping,   stopEngine,   updateStack
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.bsf.engines.javascript.RhinoContextProxy Detail:
 public  void cancelStepping() 
 public JsContextStub entry_exit_mode() throws RemoteException 
 public JsContextStub exceptionThrown() throws RemoteException 
 public JsContextStub getContext(int depth) 
 public int getContextCount() 
 public JsContextStub getFrame(int no) 
 public int getLineNumber() 
 public RhinoEngineDebugger getRhinoEngineDebugger() 
 String getSourceName() 
 public JsContextStub hitBreakpoint() throws RemoteException 
 public  void resumed() 
 public  void run() 
 public  void stepIn() 
 public  void stepOut() 
 public  void stepOver() 
 public JsContextStub stepping() 
 public  void stopEngine() 
 public  void updateStack() throws RemoteException