Class BaseModule
java.lang.Object
com.ibm.j9ddr.corereaders.memory.BaseModule
- All Implemented Interfaces:
 IModule
- Direct Known Subclasses:
 MissingFileModule, Module
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final longprotected final Collection<? extends IMemoryRange> protected final Stringprotected final IProcess - 
Constructor Summary
ConstructorsConstructorDescriptionBaseModule(IProcess process, String name, Collection<? extends IMemoryRange> memoryRanges, long loadAddress)  - 
Method Summary
Methods declared in class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface IModule
getProperties, getSymbols 
- 
Field Details
- 
name
 - 
memoryRanges
 - 
process
 - 
loadAddress
protected final long loadAddress 
 - 
 - 
Constructor Details
- 
BaseModule
public BaseModule(IProcess process, String name, Collection<? extends IMemoryRange> memoryRanges, long loadAddress)  
 - 
 - 
Method Details
- 
getMemoryRanges
- Specified by:
 getMemoryRangesin interfaceIModule
 - 
getName
 - 
getLoadAddress
public long getLoadAddress()- Specified by:
 getLoadAddressin interfaceIModule
 
 -