Top

objArrayOopDesc クラス


objArrayOopDesc

概要(Summary)

arrayOopDesc クラスの具象サブクラスの1つ.

このクラスは「ポインタ型(オブジェクト or 配列)の配列」を表す.

    ((cite: hotspot/src/share/vm/oops/objArrayOop.hpp))
    // An objArrayOop is an array containing oops.
    // Evaluating "String arg[10]" will create an objArrayOop.

    class objArrayOopDesc : public arrayOopDesc {

使われ方(Usage)

生成箇所(where its instances are created)

以下の箇所で生成されている.

備考(Notes)

なお, 実際の使用箇所では objArrayOop という別名(もしくはラッパークラス)で使われることが多い (See: objArrayOop).

詳細(Details)

See: here for details



This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.