Uses of Interface
gw.lang.reflect.gs.IGosuObject
-
Packages that use IGosuObject Package Description gw.internal.gosu.parser gw.internal.gosu.properties gw.lang.function gw.lang.reflect gw.lang.reflect.features gw.lang.reflect.gs -
-
Uses of IGosuObject in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IGosuObject Modifier and Type Class Description private classJavaEnumType.EnumAdapter -
Uses of IGosuObject in gw.internal.gosu.properties
Classes in gw.internal.gosu.properties that implement IGosuObject Modifier and Type Class Description classPropertyNodeA node in a tree representation of an underlyingPropertySet. -
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(java.lang.String className, java.lang.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.features
-
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)
-