# Interface: com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEGroup

This IR represents a group of [variables](IEVar) or [slices](IESlice) of variables. All elements must have the same bitsize. 

 Groups are immutable.

## Method: getElement
- parameter: `index`, type: `int`
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEGeneric`


## Method: getElementBitsize
- return type: `int`


## Method: getElements
- return type: `java.util.List<com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEGeneric>`


## Method: getElementsCount
- return type: `int`


## Method: getName
- return type: `java.lang.String`


