108件ヒット
[1-100件を表示]
(0.046秒)
別のキーワード
種類
- インスタンスメソッド (72)
- クラス (24)
- 定数 (12)
クラス
-
RDoc
:: Context (60) -
RDoc
:: TopLevel (12)
モジュール
- RDoc (12)
キーワード
-
CONSTANT
_ MODIFIERS (12) - CodeObject (12)
-
add
_ constant (12) -
add
_ to (12) - constants (12)
-
each
_ constant (12) -
find
_ local _ symbol (24)
検索結果
先頭5件
-
RDoc
:: CONSTANT _ MODIFIERS -> [String] (23103.0) -
ライブラリの内部で使用します。
ライブラリの内部で使用します。 -
RDoc
:: Constant (21001.0) -
定数を表現するクラスです。
定数を表現するクラスです。
ライブラリの内部で使用します。 -
RDoc
:: Context # each _ constant {|c| . . . } -> [RDoc :: Constant] (9336.0) -
追加された RDoc::Constant に対してブロックを評価します。
...追加された RDoc::Constant に対してブロックを評価します。... -
RDoc
:: Context # constants -> [RDoc :: Constant] (9335.0) -
追加された RDoc::Constant の配列を返します。
...追加された RDoc::Constant の配列を返します。... -
RDoc
:: Context # add _ constant(const) -> () (9146.0) -
引数で指定した RDoc::Constant オブジェクトを追加します。
...引数で指定した RDoc::Constant オブジェクトを追加します。
@param const RDoc::Constant オブジェクトを指定します。... -
RDoc
:: TopLevel # find _ local _ symbol(name) -> RDoc :: NormalClass | RDoc :: SingleClass | RDoc :: NormalModule | RDoc :: AnyMethod | RDoc :: Alias | RDoc :: Attr | RDoc :: Constant (3809.0) -
クラス、モジュール、メソッド、定数、属性、alias、ファイルから name で指定したものを返します。見つからなかった場合は nil を返します。
クラス、モジュール、メソッド、定数、属性、alias、ファイルから name で指定したものを返します。見つからなかった場合は nil を返します。 -
RDoc
:: CodeObject (3119.0) -
RDoc のコードツリーを表現するクラスの基本クラスです。
...RDoc のコードツリーを表現するクラスの基本クラスです。
以下は RDoc::CodeObject のサブクラスのツリーです。
//emlist{
* RDoc::Context
* RDoc::TopLevel
* RDoc::ClassModule
* RDoc::AnonClass
* RDoc::NormalClass
* RDoc::NormalModule
* RD......oc::SingleClass
* RDoc::AnyMethod
* RDoc::GhostMethod
* RDoc::MetaMethod
* RDoc::Alias
* RDoc::Attr
* RDoc::Constant
* RDoc::Require
* RDoc::Include
//}... -
RDoc
:: Context # add _ to(array , thing) -> () (3049.0) -
array に thing を追加します。
...を指定します。
RDoc::Context#add_alias などで使われています。ライブラリ内部で使
用します。
@see RDoc::Context#add_alias, RDoc::Context#add_attribute,
RDoc::Context#add_constant, RDoc::Context#add_include,
RDoc::Context#add_method, RDoc::Context#add_require... -
RDoc
:: Context # find _ local _ symbol(symbol) (3017.0) -
Finds a method, constant, attribute, module or files named +symbol+ in this context
...Finds a method, constant, attribute, module or files named +symbol+ in
this context...