接口的使用
com.antgroup.antchain.myjava.metaprogramming.reflect.ReflectMethod
-
使用ReflectMethod的程序包 程序包 说明 com.antgroup.antchain.myjava.metaprogramming -
-
com.antgroup.antchain.myjava.metaprogramming中ReflectMethod的使用
返回ReflectMethod的com.antgroup.antchain.myjava.metaprogramming中的方法 修饰符和类型 方法 说明 ReflectMethodReflectClass. getDeclaredJMethod(String name, Class<?>... parameterTypes)ReflectMethodReflectClass. getDeclaredMethod(String name, ReflectClass<?>... parameterTypes)ReflectMethod[]ReflectClass. getDeclaredMethods()ReflectMethodReflectClass. getJMethod(String name, Class<?>... parameterTypes)ReflectMethodReflectClass. getMethod(String name, ReflectClass<?>... parameterTypes)ReflectMethodSourceLocation. getMethod()ReflectMethod[]ReflectClass. getMethods()参数类型为ReflectMethod的com.antgroup.antchain.myjava.metaprogramming中的方法 修饰符和类型 方法 说明 voidInvocationHandler. invoke(Value<T> proxy, ReflectMethod method, Value<Object>[] args)参数类型为ReflectMethod的com.antgroup.antchain.myjava.metaprogramming中的构造器 构造器 说明 SourceLocation(ReflectMethod method)SourceLocation(ReflectMethod method, String fileName, int lineNumber)
-