156件ヒット
[1-100件を表示]
(0.021秒)
キーワード
-
Check
_ Type (12) -
arg
_ defined (12) -
convert
_ type (12) - logop (12)
- nodetype (12)
-
rb
_ ary _ to _ s (12) -
rb
_ assoc _ new (12) -
rb
_ check _ convert _ type (12) -
rb
_ class _ real (12) -
rb
_ convert _ type (12) -
rb
_ node _ newnode (12) -
st
_ init _ table (12) -
st
_ init _ table _ with _ size (12)
検索結果
先頭5件
- VALUE rb
_ convert _ type(VALUE val , int type , const char *tname , const char *method) - VALUE rb
_ check _ convert _ type(VALUE val , int type , const char *tname , const char *method) - static enum node
_ type nodetype(node) - void Check
_ Type(VALUE val , int typeflag) - static VALUE convert
_ type(VALUE val , const char *tname , const char *method , int raise)
-
VALUE rb
_ convert _ type(VALUE val , int type , const char *tname , const char *method) (6223.0) -
オブジェクト val をクラス type のインスタンスに変換します。 変換には、val.method の戻り値が使われます。
...オブジェクト val をクラス type のインスタンスに変換します。
変換には、val.method の戻り値が使われます。
val がもともと type クラスのインスタンスなら val を
そのまま返します。... -
VALUE rb
_ check _ convert _ type(VALUE val , int type , const char *tname , const char *method) (6213.0) -
val.method を実行してクラス tname のインスタンスを返します。 val がメソッド method を持たなければ nil を返します。
...を実行してクラス tname のインスタンスを返します。
val がメソッド method を持たなければ nil を返します。
type は、T_ARRAY, T_STRING などの構造体を表す ID です。
method の結果の型が type でなければ例外 TypeError が発生します。... -
static enum node
_ type nodetype(node) (6201.0) -
node の種類を返します。 デバッグ用です。
node の種類を返します。
デバッグ用です。 -
void Check
_ Type(VALUE val , int typeflag) (6201.0) -
val の構造体型フラグが typeflag でなければ 例外 TypeError を発生します。val は即値の VALUE であっても 構いません。
...val の構造体型フラグが typeflag でなければ
例外 TypeError を発生します。val は即値の VALUE であっても
構いません。... -
static VALUE convert
_ type(VALUE val , const char *tname , const char *method , int raise) (6101.0) -
-
NODE * rb
_ node _ newnode(enum node _ type type , NODE *a0 , NODE *a1 , NODE *a2) (217.0) -
ノードタイプが type で a0 a1 a2 を 要素に持つノードを生成し、返します。
...ノードタイプが type で a0 a1 a2 を
要素に持つノードを生成し、返します。... -
st
_ table * st _ init _ table _ with _ size(struct st _ hash _ type *type , int size) (217.0) -
st_table を作成する。_with_size はサイズを指定して生成する。 struct st_hash_type はハッシュ値を得る関数と、同値判定を行う 関数を持つ。
...st_table を作成する。_with_size はサイズを指定して生成する。
struct st_hash_type はハッシュ値を得る関数と、同値判定を行う
関数を持つ。... -
st
_ table * st _ init _ table(struct st _ hash _ type *type) (201.0) -
-
static NODE * logop(enum node
_ type type , NODE *left , NODE *right) (201.0) -