public interface

IEGroup

implements IEGeneric
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEGroup

Class Overview

This IR represents a group of variables or slices of variables. All elements must have the same bitsize.

Groups are immutable.

Summary

Public Methods
abstract IEGeneric getElement(int index)
abstract int getElementBitsize()
abstract List<IEGeneric> getElements()
abstract int getElementsCount()
abstract String getName()
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.IInstructionOperand
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEGeneric

Public Methods

public abstract IEGeneric getElement (int index)

public abstract int getElementBitsize ()

public abstract List<IEGeneric> getElements ()

public abstract int getElementsCount ()

public abstract String getName ()