joeq.Assembler
Class Heap2HeapReference
java.lang.Object
joeq.Assembler.Reloc
joeq.Assembler.Heap2HeapReference
public class Heap2HeapReference
- extends Reloc
Heap2HeapReference
- Version:
- $Id: Heap2HeapReference.java,v 1.4 2004/09/30 03:35:29 joewhaley Exp $
- Author:
- John Whaley
_class
public static final jq_Class _class
Heap2HeapReference
public Heap2HeapReference(HeapAddress from_heaploc,
HeapAddress to_heaploc)
- Creates new Heap2HeapReference
getFrom
public HeapAddress getFrom()
getTo
public HeapAddress getTo()
patch
public void patch()
- Specified by:
patch
in class Reloc
dumpCOFF
public void dumpCOFF(DataOutput out)
throws IOException
- Specified by:
dumpCOFF
in class Reloc
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Heap2HeapReference that)
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2001-2005 John Whaley. All Rights Reserved.