java.lang.ObjectContext 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.org.apache.bsf.dbline.Context
Olivier - Gruber| Field Summary | ||
|---|---|---|
| JsContext | m_cx | |
| Buffer | m_buffer | |
| int | m_stoppedAtLine | |
| Constructor: |
|---|
|
| 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: |
|---|
|
|
|
|