All Superinterfaces:
IEGeneric, IInstructionOperand

@Ser public interface IEGroup extends IEGeneric
This IR represents a group of variables or slices of variables. All elements must have the same bitsize.

Groups are immutable.

  • Method Details

    • getName

      String getName()
    • getElementBitsize

      int getElementBitsize()
    • getElementsCount

      int getElementsCount()
    • getElements

      List<IEGeneric> getElements()
    • getElement

      IEGeneric getElement(int index)