# Interface: com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICArrayElement

C AST interface to represent the element of an array. 

 Example:  

```

 array[index] = ...
 ^^^^^^^^^^^^
 
```

## Method: duplicate
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICArrayElement`


## Method: getArray
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICExpression`


## Method: getElementIndex
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICExpression`


## Method: setArray
- parameter: `array`, type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICExpression`


## Method: setEltIndex
- parameter: `elementIndex`, type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICExpression`


