public interface

IArrayType

implements INativeType
com.pnfsoftware.jeb.core.units.code.asm.type.IArrayType

Class Overview

The array type. Arrays

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.ICodeItem
Public Methods
abstract int getElementCount()
Get the count of elements in this array type.
abstract INativeType getElementType()
Get the element type, which may be another array type.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.ICodeItem
From interface com.pnfsoftware.jeb.core.units.code.ICodeType
From interface com.pnfsoftware.jeb.core.units.code.asm.items.INativeItem
From interface com.pnfsoftware.jeb.core.units.code.asm.items.INativeItemListenable
From interface com.pnfsoftware.jeb.core.units.code.asm.type.INativeType

Public Methods

public abstract int getElementCount ()

Get the count of elements in this array type.

Returns
  • a zero+ value.

public abstract INativeType getElementType ()

Get the element type, which may be another array type.