Constructor and Description |
---|
MmuEntry(java.util.Collection<IntegerVariable> variables) |
Modifier and Type | Method and Description |
---|---|
long |
getAddress() |
int |
getSizeInBits() |
java.math.BigInteger |
getValue(IntegerVariable variable) |
java.util.Collection<IntegerVariable> |
getVariables() |
boolean |
isValid() |
boolean |
isValid(IntegerVariable variable) |
void |
setAddress(long address) |
void |
setValid(boolean valid) |
void |
setValue(IntegerVariable variable,
java.math.BigInteger value) |
void |
setValue(IntegerVariable variable,
java.math.BigInteger value,
boolean valid) |
java.lang.String |
toString() |
public MmuEntry(java.util.Collection<IntegerVariable> variables)
public long getAddress()
public void setAddress(long address)
public java.util.Collection<IntegerVariable> getVariables()
public int getSizeInBits()
public boolean isValid()
public boolean isValid(IntegerVariable variable)
public java.math.BigInteger getValue(IntegerVariable variable)
public void setValue(IntegerVariable variable, java.math.BigInteger value, boolean valid)
public void setValue(IntegerVariable variable, java.math.BigInteger value)
public void setValid(boolean valid)
public java.lang.String toString()
toString
in class java.lang.Object