Interface Address<T>

  • All Superinterfaces:
    Struct<T>

    public interface Address<T>
    extends Struct<T>
    Address must be supported by all address classes.
    • 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.
    • 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.