public class MOMSourceManagerImpl extends java.lang.Object implements SourceManager
| Constructor and Description | 
|---|
MOMSourceManagerImpl()  | 
MOMSourceManagerImpl(ExecutionManager runtime)  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
generateSourceFileName(NamedObjectImpl obj,
                      OwnerType ownerType,
                      java.lang.String path)  | 
SourceModel | 
sourceForClass(com.sun.jdi.ReferenceType refType)  | 
SourceModel | 
sourceForLocation(com.sun.jdi.Location loc)
Get source object associated with a Location. 
 | 
SourceModel | 
sourceForSourceName(java.lang.String sourceNameArg)  | 
public MOMSourceManagerImpl()
public MOMSourceManagerImpl(ExecutionManager runtime)
public SourceModel sourceForLocation(com.sun.jdi.Location loc)
SourceManagersourceForLocation in interface SourceManagerpublic SourceModel sourceForClass(com.sun.jdi.ReferenceType refType)
sourceForClass in interface SourceManagerpublic SourceModel sourceForSourceName(java.lang.String sourceNameArg)
sourceForSourceName in interface SourceManagerpublic static java.lang.String generateSourceFileName(NamedObjectImpl obj, OwnerType ownerType, java.lang.String path)