Interface Address<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ru.ispras.fortress.data.types.bitvector.BitVector
getValue()
Returns the value field of the address struct.T
setValue(ru.ispras.fortress.data.types.bitvector.BitVector value)
Returns the address struct with the filled value.-
Methods inherited from interface ru.ispras.microtesk.mmu.model.sim.Struct
asBitVector, getBitSize, newStruct
-
-
-
-
Method Detail
-
getValue
ru.ispras.fortress.data.types.bitvector.BitVector getValue()
Returns the value field of the address struct.- Returns:
- the address value.
-
setValue
T setValue(ru.ispras.fortress.data.types.bitvector.BitVector value)
Returns the address struct with the filled value.- Parameters:
value
- the address value.- Returns:
- the address struct.
-
-