org.apache.bsf.engines.javascript

Class RhinoContextProxy

public class RhinoContextProxy extends Object

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

UNKNOWN: Administrator

Method Summary
voidcancelStepping()
JsContextStubentry_exit_mode()
JsContextStubexceptionThrown()
JsContextStubgetContext(int depth)
intgetContextCount()
JsContextStubgetFrame(int no)
intgetLineNumber()
RhinoEngineDebuggergetRhinoEngineDebugger()
JsContextStubhitBreakpoint()
voidresumed()
voidrun()
voidstepIn()
voidstepOut()
voidstepOver()
JsContextStubstepping()
voidstopEngine()
voidupdateStack()

Method Detail

cancelStepping

public void cancelStepping()

entry_exit_mode

public JsContextStub entry_exit_mode()

exceptionThrown

public JsContextStub exceptionThrown()

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()

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()