public interface

IESlice

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

Class Overview

Ths IR represents a slice of another IR expression.

Summary

Public Methods
abstract int getBitEnd()
abstract int getBitStart()
abstract IERange getRange()
abstract IEGeneric getWholeExpression()
[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 int getBitEnd ()

public abstract int getBitStart ()

public abstract IERange getRange ()

public abstract IEGeneric getWholeExpression ()