- java.lang.Object
-
- com.ibm.j9ddr.corereaders.memory.BaseModule
-
- com.ibm.j9ddr.corereaders.memory.MissingFileModule
-
- All Implemented Interfaces:
IModule
public class MissingFileModule extends BaseModule
IModule placeholder for modules we don't have the file for (and therefore can't get the symbols from).
-
-
Field Summary
-
Fields declared in class com.ibm.j9ddr.corereaders.memory.BaseModule
loadAddress, memoryRanges, name, process
-
-
Constructor Summary
Constructors Constructor Description MissingFileModule(IProcess process, String name, List<? extends IMemoryRange> memoryRanges)
MissingFileModule(IProcess process, String name, List<? extends IMemoryRange> memoryRanges, long loadAddress)
-
Method Summary
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.j9ddr.corereaders.memory.IModule
getLoadAddress, getMemoryRanges, getName, getProperties, getSymbols
-
-
-
-
Constructor Detail
-
MissingFileModule
public MissingFileModule(IProcess process, String name, List<? extends IMemoryRange> memoryRanges)
-
MissingFileModule
public MissingFileModule(IProcess process, String name, List<? extends IMemoryRange> memoryRanges, long loadAddress)
-
-