Package gw.internal.gosu.parser
Class GosuClassProxyFactory
- java.lang.Object
-
- gw.internal.gosu.parser.GosuClassProxyFactory
-
public class GosuClassProxyFactory extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IGosuClassInternalcreate(IType type)IGosuClassInternalcreateImmediately(IType type)static GosuClassProxyFactoryinstance()static booleanisObjectMethod(IMethodInfo mi)static booleanisObjectProperty(IPropertyInfo pi)static booleanisPropertyGetter(IMethodInfo mi)static booleanisPropertyGetter(IMethodInfo mi, String strPrefix)static booleanisPropertyMethod(IMethodInfo mi)static booleanisPropertySetter(IMethodInfo mi)static StringmakeValueString(Object value, IType returnType)
-
-
-
Method Detail
-
instance
public static GosuClassProxyFactory instance()
-
create
public IGosuClassInternal create(IType type)
-
createImmediately
public IGosuClassInternal createImmediately(IType type)
-
isObjectMethod
public static boolean isObjectMethod(IMethodInfo mi)
-
isObjectProperty
public static boolean isObjectProperty(IPropertyInfo pi)
-
isPropertyMethod
public static boolean isPropertyMethod(IMethodInfo mi)
-
isPropertyGetter
public static boolean isPropertyGetter(IMethodInfo mi)
-
isPropertySetter
public static boolean isPropertySetter(IMethodInfo mi)
-
isPropertyGetter
public static boolean isPropertyGetter(IMethodInfo mi, String strPrefix)
-
-