Package gw.lang.reflect.gs
Interface IGosuArrayClassInstance
-
- All Superinterfaces:
IGosuObject
public interface IGosuArrayClassInstance extends IGosuObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IGosuObjectgetArrayComponent(int iIndex)intgetLength()IGosuObject[]getObjectArray()voidsetArrayComponent(int iIndex, IGosuObject value)Object[]toArray()-
Methods inherited from interface gw.lang.reflect.gs.IGosuObject
equals, getIntrinsicType, hashCode, toString
-
-
-
-
Method Detail
-
getLength
int getLength()
-
getArrayComponent
IGosuObject getArrayComponent(int iIndex)
-
setArrayComponent
void setArrayComponent(int iIndex, IGosuObject value)
-
getObjectArray
IGosuObject[] getObjectArray()
-
toArray
Object[] toArray()
-
-