Interface IGosuArrayClassInstance

All Superinterfaces:
IGosuObject

public interface IGosuArrayClassInstance extends IGosuObject
  • Method Details

    • getLength

      int getLength()
    • getArrayComponent

      IGosuObject getArrayComponent(int iIndex)
    • setArrayComponent

      void setArrayComponent(int iIndex, IGosuObject value)
    • getObjectArray

      IGosuObject[] getObjectArray()
    • toArray

      Object[] toArray()