org.apache.bsf.engines.javascript

Class RhinoContextProxy


public class RhinoContextProxy
extends java.lang.Object

Insert the type's description here. Creation date: (8/23/2001 4:09:36 PM)

Method Summary

void
cancelStepping()
JsContextStub
entry_exit_mode()
JsContextStub
exceptionThrown()
JsContextStub
getContext(int depth)
int
getContextCount()
JsContextStub
getFrame(int no)
int
getLineNumber()
RhinoEngineDebugger
getRhinoEngineDebugger()
JsContextStub
hitBreakpoint()
void
resumed()
void
run()
void
stepIn()
void
stepOut()
void
stepOver()
JsContextStub
stepping()
void
stopEngine()
void
updateStack()

Method Details

cancelStepping

public void cancelStepping()

entry_exit_mode

public JsContextStub entry_exit_mode()
            throws RemoteException

exceptionThrown

public JsContextStub exceptionThrown()
            throws RemoteException

getContext

public JsContextStub getContext(int depth)

getContextCount

public int getContextCount()

getFrame

public JsContextStub getFrame(int no)

getLineNumber

public int getLineNumber()

getRhinoEngineDebugger

public RhinoEngineDebugger getRhinoEngineDebugger()

hitBreakpoint

public JsContextStub hitBreakpoint()
            throws RemoteException

resumed

public void resumed()

run

public void run()

stepIn

public void stepIn()

stepOut

public void stepOut()

stepOver

public void stepOver()

stepping

public JsContextStub stepping()

stopEngine

public void stopEngine()

updateStack

public void updateStack()
            throws RemoteException