Save This Page
Home » bsf-src-2.4.0 » org.apache.bsf.dbline » [javadoc | source]
org.apache.bsf.dbline
public class: Context [javadoc | source]
java.lang.Object
   org.apache.bsf.dbline.Context
Context objects represent remote JsContext in the JavaScript engine. JsContext are the JavaScript ECMA 1.3 contexts, forming the execution stack of the engine. Typically, the debugger will create a stack of Context objects mapping to the JavaScript context in the engine.
Field Summary
 JsContext m_cx     
 Buffer m_buffer     
 int m_stoppedAtLine     
Constructor:
 public Context(JsContext cx,
    Buffer buffer) throws RemoteException 
Method from org.apache.bsf.dbline.Context Summary:
getBuffer,   getBufferName,   getCurrentLine,   getJsContext
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.bsf.dbline.Context Detail:
 Buffer getBuffer() 
 String getBufferName() 
 int getCurrentLine() 
 JsContext getJsContext()