Uses of Interface
gw.lang.reflect.gs.IGosuObject
-
Packages that use IGosuObject Package Description gw.internal.gosu.properties gw.lang.function gw.lang.reflect gw.lang.reflect.gs -
-
Uses of IGosuObject in gw.internal.gosu.properties
Classes in gw.internal.gosu.properties that implement IGosuObject Modifier and Type Class Description class
PropertyNode
A 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 interface
IBlock
Classes in gw.lang.function that implement IGosuObject Modifier and Type Class Description class
AbstractBlock
class
Function0
class
Function1
class
Function10
class
Function11
class
Function12
class
Function13
class
Function14
class
Function15
class
Function16
class
Function2
class
Function3
class
Function4
class
Function5
class
Function6
class
Function7
class
Function8
class
Function9
class
Procedure0
class
Procedure1
class
Procedure10
class
Procedure11
class
Procedure12
class
Procedure13
class
Procedure14
class
Procedure15
class
Procedure16
class
Procedure2
class
Procedure3
class
Procedure4
class
Procedure5
class
Procedure6
class
Procedure7
class
Procedure8
class
Procedure9
-
Uses of IGosuObject in gw.lang.reflect
Methods in gw.lang.reflect that return IGosuObject Modifier and Type Method Description static IGosuObject
ReflectUtil. constructGosuClassInstance(String className, Object... args)
static IGosuObject
ReflectUtil. getEnclosingClassInstance(IGosuObject obj)
Methods in gw.lang.reflect with parameters of type IGosuObject Modifier and Type Method Description static IGosuObject
ReflectUtil. getEnclosingClassInstance(IGosuObject obj)
-
Uses of IGosuObject in gw.lang.reflect.gs
Subinterfaces of IGosuObject in gw.lang.reflect.gs Modifier and Type Interface Description interface
IGosuArrayClassInstance
interface
IGosuClassObject
Classes in gw.lang.reflect.gs that implement IGosuObject Modifier and Type Class Description class
FragmentInstance
Methods in gw.lang.reflect.gs that return IGosuObject Modifier and Type Method Description IGosuObject
IGosuArrayClassInstance. getArrayComponent(int iIndex)
IGosuObject[]
IGosuArrayClassInstance. getObjectArray()
Methods in gw.lang.reflect.gs with parameters of type IGosuObject Modifier and Type Method Description void
IGosuArrayClassInstance. setArrayComponent(int iIndex, IGosuObject value)
-