greflect
0.11-DRAFT

Uses of Class
jp.sourceforge.greflect.Param

Packages that use Param
jp.sourceforge.greflect The Reflection API that supports generics features
ジェネリクスをサポートしたリフレクションAPI。 . 
 

Uses of Param in jp.sourceforge.greflect
 

Subclasses of Param in jp.sourceforge.greflect
 class UngenericParam
          A parameter holder for ungeneric object
アンジェネリックオブジェクトのパラメータを保持します。 .
 

Methods in jp.sourceforge.greflect with parameters of type Param
 java.lang.String Reflection.getTypeDescriptionFor(Param<?> caster)
          Return the string description of the specified type
指定された型のString表記を返します。 .
 boolean Reflection.isAssignableFromTo(Param<?> from, Param<?> to)
          Judge whether substitution is possible
Paramオブジェクトの保持する型同士で代入が可能か判定します。 .
 boolean Reflection.isAssignableFromTo(Param<?> from, Param<?> to)
          Judge whether substitution is possible
Paramオブジェクトの保持する型同士で代入が可能か判定します。 .
 

Constructors in jp.sourceforge.greflect with parameters of type Param
Reflection.Instantiator(Param<?> instype, java.lang.reflect.Constructor<?> cst, Param<?>... args)
          Prepares to generate the instance by checking the number of parameters and the validity of the generic types
パラメタ数とジェネリックタイプの妥当性をチェックすることによって、 インスタンスを生成する準備をします。 .
Reflection.Instantiator(Param<?> instype, java.lang.reflect.Constructor<?> cst, Param<?>... args)
          Prepares to generate the instance by checking the number of parameters and the validity of the generic types
パラメタ数とジェネリックタイプの妥当性をチェックすることによって、 インスタンスを生成する準備をします。 .
Reflection.Instantiator(Param<?> instype, Param<?>... args)
          Prepares to generate the instance by checking the number of parameters and the validity of the generic types
パラメタ数とジェネリックタイプの妥当性をチェックする ことによって、インスタンスを生成する準備をします。 .
Reflection.Instantiator(Param<?> instype, Param<?>... args)
          Prepares to generate the instance by checking the number of parameters and the validity of the generic types
パラメタ数とジェネリックタイプの妥当性をチェックする ことによって、インスタンスを生成する準備をします。 .
Reflection.Invoker(Param<?> instance, java.lang.reflect.Method method, Param<?>... args)
          Prepares to execute the method by checking the number of parameters and the validity of the generic types
パラメタ数とジェネリックタイプの妥当性をチェックする ことによって、メソッドを実行する準備をします。 .
Reflection.Invoker(Param<?> instance, java.lang.reflect.Method method, Param<?>... args)
          Prepares to execute the method by checking the number of parameters and the validity of the generic types
パラメタ数とジェネリックタイプの妥当性をチェックする ことによって、メソッドを実行する準備をします。 .
Reflection.Invoker(Param<?> instance, java.lang.String methodName, Param<?>... args)
          Prepares to execute the method by checking the number of parameters and the validity of the generic types
パラメタ数とジェネリックタイプの妥当性をチェックする ことによって、メソッドを実行する準備をします。 .
Reflection.Invoker(Param<?> instance, java.lang.String methodName, Param<?>... args)
          Prepares to execute the method by checking the number of parameters and the validity of the generic types
パラメタ数とジェネリックタイプの妥当性をチェックする ことによって、メソッドを実行する準備をします。 .
 


greflect
0.11-DRAFT

Copyright © 2008 yo-zi. All Rights Reserved.