Uses of Class
java.lang.reflect.Executable
-
Packages that use Executable 软件包 描述 java.lang.reflect 提供用于获取关于类和对象的反射信息的类和接口。 -
-
Uses of Executable in java.lang.reflect
Subclasses of Executable in java.lang.reflect Modifier and Type Class 描述 classConstructor<T>Constructor提供了一个类的单个构造函数的信息和访问权限。class方法A方法提供有关类和接口上单个方法的信息和访问。Methods in java.lang.reflect that return Executable Modifier and Type 方法 描述 ExecutableParameter. getDeclaringExecutable()返回其中声明此参数的Executable。
-