- 既知のすべてのサブインタフェース:
- CLinker.VaList,- MemoryAddress,- MemorySegment
public interface Addressable
addressableのタイプを表します。 アドレス可能な型は、メモリー・アドレス・インスタンス(
address()を参照してください)に投影できる型です。 アドレス指定可能な型の例は、MemorySegment、MemoryAddressおよびCLinker.VaListです。 - 実装要件:
- このインタフェースの実装は、value-basedです。
- 
メソッドのサマリー
- 
メソッドの詳細- 
addressMemoryAddress address()このオブジェクトをMemoryAddressインスタンスにマップします。- 戻り値:
- このオブジェクトに関連付けられたMemoryAddressインスタンス。
 
 
-