- java.lang.Object
-
- com.ibm.dtfj.image.javacore.JCImagePointer
-
- All Implemented Interfaces:
ImagePointer
public class JCImagePointer extends Object implements ImagePointer
-
-
Constructor Summary
Constructors Constructor Description JCImagePointer(JCImageAddressSpace resident, long localAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Auto-generated by Eclipse 3.2.2inthashCode()Auto-generated by Eclipse 3.2.2-
Methods declared in class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.dtfj.image.ImagePointer
add, getAddress, getAddressSpace, getByteAt, getDoubleAt, getFloatAt, getIntAt, getLongAt, getPointerAt, getProperties, getShortAt, isExecutable, isReadOnly, isShared
-
-
-
-
Constructor Detail
-
JCImagePointer
public JCImagePointer(JCImageAddressSpace resident, long localAddress) throws JCInvalidArgumentsException
- Throws:
JCInvalidArgumentsException
-
-
Method Detail
-
hashCode
public int hashCode()
Auto-generated by Eclipse 3.2.2- Specified by:
hashCodein interfaceImagePointer- Overrides:
hashCodein classObject- Returns:
- the receiver's hash.
- See Also:
Object.equals(java.lang.Object)
-
equals
public boolean equals(Object obj)
Auto-generated by Eclipse 3.2.2- Specified by:
equalsin interfaceImagePointer- Overrides:
equalsin classObject- Parameters:
obj- Object the object to compare with this object.- Returns:
- boolean
trueif the object is the same as this objectfalseif it is different from this object. - See Also:
Object.hashCode()
-
-