Package gw.lang.reflect.gs
Class IGosuClass.ProxyUtil
- java.lang.Object
-
- gw.lang.reflect.gs.IGosuClass.ProxyUtil
-
- Enclosing interface:
- IGosuClass
public static class IGosuClass.ProxyUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ProxyUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getNameSansProxy(IType type)
static String
getNameSansProxy(String name)
static IType
getProxiedType(IType type)
static boolean
isProxy(IType type)
static boolean
isProxyClass(String strName)
static boolean
isProxyStart(String strName)
-