# Interface: com.pnfsoftware.jeb.core.units.code.android.ir.IDArrayElt

`dexdec` IR array element. 

 Example: 

```

 x = some_array[i + 1];
     ^^^^^^^^^^^^^^^^^
 
```

## Method: duplicate
- return type: `com.pnfsoftware.jeb.core.units.code.android.ir.IDArrayElt`


## Method: getArray
- return type: `com.pnfsoftware.jeb.core.units.code.android.ir.IDExpression`

Description: Get the array element's array expression.
return: the array expression

## Method: getIndex
- return type: `com.pnfsoftware.jeb.core.units.code.android.ir.IDExpression`

Description: Get the array element's index expression.
return: the index expression

