Interface IArrayType

All Superinterfaces:
ICodeItem, ICodeType, INativeItem, INativeItemListenable, INativeType

@Ser public interface IArrayType extends INativeType
The array type. Arrays
  • Method Details

    • getElementType

      INativeType getElementType()
      Get the element type, which may be another array type.
      Returns:
    • getElementCount

      int getElementCount()
      Get the count of elements in this array type.
      Returns:
      a zero+ value.