Top

ciMethodKlass クラス


ciMethodKlass

概要(Summary)

ciKlass クラスの具象サブクラスの1つ. methodKlass 用の ciKlass クラス.

    ((cite: hotspot/src/share/vm/ci/ciMethodKlass.hpp))
    // ciMethodKlass
    //
    // This class represents a klassOop in the HotSpot virtual machine
    // whose Klass part in a methodKlass.
    class ciMethodKlass : public ciKlass {

使われ方(Usage)

ciObjectFactory::create_new_object() というファクトリメソッドが用意されており, その中で(のみ)生成されている.

詳細(Details)

See: here for details



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