別のキーワード
種類
- インスタンスメソッド (60)
- クラス (24)
- ライブラリ (12)
ライブラリ
-
rdoc
/ any _ method (12) -
rdoc
/ code _ object (12) -
rdoc
/ context (48) -
rdoc
/ top _ level (12)
クラス
-
RDoc
:: Context (48) -
RDoc
:: TopLevel (12)
キーワード
- AnyMethod (12)
- CodeObject (12)
-
add
_ method (12) -
each
_ method (12) -
find
_ local _ symbol (12) -
method
_ list (12) -
rdoc
/ any _ method (12) -
set
_ visibility _ for (12)
検索結果
先頭5件
- RDoc
:: AnyMethod - RDoc
:: Context # each _ method {|m| . . . } -> [RDoc :: AnyMethod] - RDoc
:: Context # method _ list -> [RDoc :: AnyMethod] - RDoc
:: TopLevel # find _ local _ symbol(name) -> RDoc :: NormalClass | RDoc :: SingleClass | RDoc :: NormalModule | RDoc :: AnyMethod | RDoc :: Alias | RDoc :: Attr | RDoc :: Constant - RDoc
:: Context # add _ method(a _ method) -> ()
-
RDoc
:: AnyMethod (23000.0) -
メソッドを表現するクラスの基本クラスです。
メソッドを表現するクラスの基本クラスです。
ライブラリの内部で使用します。 -
RDoc
:: Context # each _ method {|m| . . . } -> [RDoc :: AnyMethod] (117.0) -
追加されたメソッド(RDoc::AnyMethod かそのサブクラスのオブジェクト) に対してブロックを評価します。
...追加されたメソッド(RDoc::AnyMethod かそのサブクラスのオブジェクト)
に対してブロックを評価します。... -
RDoc
:: Context # method _ list -> [RDoc :: AnyMethod] (117.0) -
追加された(RDoc::AnyMethod かそのサブクラスのオブジェクト)の配列 を返します。
...追加された(RDoc::AnyMethod かそのサブクラスのオブジェクト)の配列
を返します。... -
RDoc
:: TopLevel # find _ local _ symbol(name) -> RDoc :: NormalClass | RDoc :: SingleClass | RDoc :: NormalModule | RDoc :: AnyMethod | RDoc :: Alias | RDoc :: Attr | RDoc :: Constant (101.0) -
クラス、モジュール、メソッド、定数、属性、alias、ファイルから name で指定したものを返します。見つからなかった場合は nil を返します。
クラス、モジュール、メソッド、定数、属性、alias、ファイルから name で指定したものを返します。見つからなかった場合は nil を返します。 -
RDoc
:: Context # add _ method(a _ method) -> () (22.0) -
引数で指定した RDoc::AnyMethod オブジェクトを追加します。
...引数で指定した RDoc::AnyMethod オブジェクトを追加します。
@param a_method RDoc::AnyMethod オブジェクトかそのサブクラスのオ
ブジェクトを指定します。... -
RDoc
:: Context # set _ visibility _ for(methods , visibility , singleton = false) -> () (22.0) -
methods で指定した RDoc::AnyMethod、RDoc::Attr の内、 singleton で指定した条件と一致するメソッドすべての可視性を visibility に設定します。
...methods で指定した RDoc::AnyMethod、RDoc::Attr の内、
singleton で指定した条件と一致するメソッドすべての可視性を visibility
に設定します。
@param methods RDoc::AnyMethod、RDoc::Attr オブジェクトの配
列を指定します。
@param vi... -
rdoc
/ any _ method (16.0) -
RDoc::AnyMethod を定義するサブライブラリです。
...RDoc::AnyMethod を定義するサブライブラリです。... -
RDoc
:: CodeObject (6.0) -
RDoc のコードツリーを表現するクラスの基本クラスです。
...:Context
* RDoc::TopLevel
* RDoc::ClassModule
* RDoc::AnonClass
* RDoc::NormalClass
* RDoc::NormalModule
* RDoc::SingleClass
* RDoc::AnyMethod
* RDoc::GhostMethod
* RDoc::MetaMethod
* RDoc::Alias
* RDoc::Attr
* RDoc::Constant
* RDoc::Require
* RDoc::Include
//}...