84件ヒット
[1-84件を表示]
(0.043秒)
種類
- インスタンスメソッド (60)
- 特異メソッド (24)
クラス
-
RDoc
:: CodeObject (48) -
RDoc
:: Context :: Section (24) -
RDoc
:: Generator :: JsonIndex (12)
キーワード
- new (24)
- parent= (12)
-
parent
_ file _ name (12) -
parent
_ name (12)
検索結果
先頭5件
-
RDoc
:: CodeObject # parent -> RDoc :: CodeObject (18102.0) -
自身を所有する(変数や定数などの形で保持する)オブジェクトを返します。
自身を所有する(変数や定数などの形で保持する)オブジェクトを返します。 -
RDoc
:: Context :: Section # parent -> RDoc :: Context (18102.0) -
自身が所属する RDoc::Context オブジェクトを返します。
...自身が所属する RDoc::Context オブジェクトを返します。... -
RDoc
:: CodeObject # parent _ file _ name -> String (6124.0) -
self.parent のファイル名を返します。
...self.parent のファイル名を返します。
@see RDoc::CodeObject#parent... -
RDoc
:: CodeObject # parent _ name -> String (6124.0) -
self.parent の名前を返します。
...self.parent の名前を返します。
@see RDoc::CodeObject#parent... -
RDoc
:: CodeObject # parent=(val) (6102.0) -
自身を所有する(変数や定数などの形で保持する)オブジェクトを設定します。
...自身を所有する(変数や定数などの形で保持する)オブジェクトを設定します。
@param val RDoc::CodeObject のサブクラスのオブジェクトを指定しま
す。... -
RDoc
:: Generator :: JsonIndex . new(parent _ generator , options) -> RDoc :: Generator :: JsonIndex (114.0) -
RDoc::Generator::JsonIndex オブジェクトを初期化します。
...
RDoc::Generator::JsonIndex オブジェクトを初期化します。
@param parent_generator 親となるジェネレータオブジェクトを指定します。
RDoc::Generator::JsonIndex#class_dir や
#file_dir を決めるのに使用します......他のジェネレータとは異なり、RDoc::Store
オブジェクトではない点に注意してください。
@param options RDoc::Options オブジェクトを指定します。
parent_generator に渡されたものと同じものを指... -
RDoc
:: Context :: Section . new(parent , title , comment) -> RDoc :: Context :: Section (108.0) -
自身を初期化します。
...自身を初期化します。
@param parent RDoc::Context オブジェクトを指定します。
@param title section のタイトルを文字列で指定します。
@param comment section のコメントを文字列で指定します。
また、section のシーケンス番号を新しく...