| Package | Description |
|---|---|
| org.apache.bsf.engines.javascript |
| Modifier and Type | Field and Description |
|---|---|
protected FnOrScript |
BreakPoint.m_fnOrScript |
| Modifier and Type | Method and Description |
|---|---|
FnOrScript |
DocumentCell.findFnOrScript(int startLine,
int column) |
FnOrScript |
DocumentCell.findFnOrScriptContaining(int line) |
FnOrScript |
DocumentCell.getLastFnOrScript() |
FnOrScript |
DocumentCell.registerFnOrScriptLines(java.io.Reader reader,
int startLine,
int column) |
FnOrScript |
DocumentCell.registerFnOrScriptLines(java.lang.String source,
int startLine,
int column) |
FnOrScript |
DocumentCell.registerFnOrScriptRange(java.io.Reader reader,
int offset) |
FnOrScript |
DocumentCell.registerFnOrScriptRange(java.lang.String source,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
BreakPoint.attachToFnOrScript(FnOrScript fnOrScript)
attaches this breakpoint to the specified FnOrScript.
|
void |
DocumentCell.setLastFnOrScript(FnOrScript fnos) |
| Constructor and Description |
|---|
CompilationUnit(FnOrScript fnOrScript,
org.mozilla.javascript.debug.DebuggableScript dbgScript)
CompilationUnit constructor comment.
|