| Package | Description |
|---|---|
| oracle.jbo.script.debug.client | |
| oracle.jbo.script.debug.client.bdi | |
| oracle.jbo.server |
Contains the implementation of middle tier components.
|
| Modifier and Type | Method and Description |
|---|---|
SourceModel |
BaseClient.getSourceForClass(com.sun.jdi.ReferenceType refType) |
SourceModel |
BaseClient.getSourceForLocation(com.sun.jdi.Location loc) |
SourceModel |
BaseClient.getSourceForSourceName(java.lang.String sourceName) |
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.String |
WebClient.getSourceStringFromModel(SourceModel model) |
| Modifier and Type | Method and Description |
|---|---|
SourceModel |
SourceManager.sourceForClass(com.sun.jdi.ReferenceType refType) |
SourceModel |
FileSourceManagerImpl.sourceForClass(com.sun.jdi.ReferenceType refType)
Get source object associated with a class or interface.
|
SourceModel |
FileSourceManagerImpl.sourceForFile(java.io.File path)
Get source object associated with an absolute file path.
|
SourceModel |
SourceManager.sourceForLocation(com.sun.jdi.Location loc)
Get source object associated with a Location.
|
SourceModel |
FileSourceManagerImpl.sourceForLocation(com.sun.jdi.Location loc) |
SourceModel |
SourceManager.sourceForSourceName(java.lang.String name) |
SourceModel |
FileSourceManagerImpl.sourceForSourceName(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
SourceModel |
MOMSourceManagerImpl.sourceForClass(com.sun.jdi.ReferenceType refType) |
SourceModel |
MOMSourceManagerImpl.sourceForLocation(com.sun.jdi.Location loc) |
SourceModel |
MOMSourceManagerImpl.sourceForSourceName(java.lang.String sourceNameArg) |