Uses of Interface
gw.lang.reflect.gs.IGosuObject
-
Packages that use IGosuObject Package Description gw.lang.function gw.lang.reflect gw.lang.reflect.gs -
-
Uses of IGosuObject in gw.lang.function
Subinterfaces of IGosuObject in gw.lang.function Modifier and Type Interface Description interfaceIBlockClasses in gw.lang.function that implement IGosuObject Modifier and Type Class Description classAbstractBlockclassFunction0classFunction1classFunction10classFunction11classFunction12classFunction13classFunction14classFunction15classFunction16classFunction2classFunction3classFunction4classFunction5classFunction6classFunction7classFunction8classFunction9classProcedure0classProcedure1classProcedure10classProcedure11classProcedure12classProcedure13classProcedure14classProcedure15classProcedure16classProcedure2classProcedure3classProcedure4classProcedure5classProcedure6classProcedure7classProcedure8classProcedure9 -
Uses of IGosuObject in gw.lang.reflect
Methods in gw.lang.reflect that return IGosuObject Modifier and Type Method Description static IGosuObjectReflectUtil. constructGosuClassInstance(String className, Object... args)static IGosuObjectReflectUtil. getEnclosingClassInstance(IGosuObject obj)Methods in gw.lang.reflect with parameters of type IGosuObject Modifier and Type Method Description static IGosuObjectReflectUtil. getEnclosingClassInstance(IGosuObject obj) -
Uses of IGosuObject in gw.lang.reflect.gs
Subinterfaces of IGosuObject in gw.lang.reflect.gs Modifier and Type Interface Description interfaceIGosuArrayClassInstanceinterfaceIGosuClassObjectClasses in gw.lang.reflect.gs that implement IGosuObject Modifier and Type Class Description classFragmentInstanceMethods in gw.lang.reflect.gs that return IGosuObject Modifier and Type Method Description IGosuObjectIGosuArrayClassInstance. getArrayComponent(int iIndex)IGosuObject[]IGosuArrayClassInstance. getObjectArray()Methods in gw.lang.reflect.gs with parameters of type IGosuObject Modifier and Type Method Description voidIGosuArrayClassInstance. setArrayComponent(int iIndex, IGosuObject value)
-