Package gw.lang.reflect.gs
Interface IGosuArrayClassInstance
- All Superinterfaces:
IGosuObject
-
Method Summary
Modifier and TypeMethodDescriptiongetArrayComponent
(int iIndex) int
void
setArrayComponent
(int iIndex, IGosuObject value) Object[]
toArray()
Methods inherited from interface gw.lang.reflect.gs.IGosuObject
equals, getIntrinsicType, hashCode, toString
-
Method Details
-
getLength
int getLength() -
getArrayComponent
-
setArrayComponent
-
getObjectArray
IGosuObject[] getObjectArray() -
toArray
Object[] toArray()
-