public final class EntryObject
extends java.lang.Object
EntryObject
represents information about a buffer entry.Constructor and Description |
---|
EntryObject(java.math.BigInteger id,
MmuEntry entry) |
Modifier and Type | Method and Description |
---|---|
void |
addAddrObject(AddressObject addrObject) |
void |
addLoad(Load load) |
java.util.Collection<AddressObject> |
getAddrObjects() |
MmuEntry |
getEntry() |
java.math.BigInteger |
getId() |
java.util.Collection<Load> |
getLoads() |
boolean |
isAuxiliary() |
public EntryObject(java.math.BigInteger id, MmuEntry entry)
public java.math.BigInteger getId()
public MmuEntry getEntry()
public java.util.Collection<AddressObject> getAddrObjects()
public java.util.Collection<Load> getLoads()
public void addAddrObject(AddressObject addrObject)
public void addLoad(Load load)
public boolean isAuxiliary()