Package gw.lang.reflect.java
Class IJavaClassInfo.Util
- java.lang.Object
-
- gw.lang.reflect.java.IJavaClassInfo.Util
-
- Enclosing interface:
- IJavaClassInfo
public static class IJavaClassInfo.Util extends Object
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IJavaClassConstructor
get(Constructor ctor)
static IJavaClassMethod
get(Method method)
static IJavaClassMethod[]
getMethods(IJavaClassInfo classInfo)
-
-
-
Method Detail
-
getMethods
public static IJavaClassMethod[] getMethods(IJavaClassInfo classInfo)
-
get
public static IJavaClassMethod get(Method method)
-
get
public static IJavaClassConstructor get(Constructor ctor)
-
-