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)
SourceManager
sourceForLocation
in interface SourceManager
public SourceModel sourceForClass(com.sun.jdi.ReferenceType refType)
sourceForClass
in interface SourceManager
public SourceModel sourceForSourceName(java.lang.String sourceNameArg)
sourceForSourceName
in interface SourceManager
public static java.lang.String generateSourceFileName(NamedObjectImpl obj, OwnerType ownerType, java.lang.String path)