Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IERange
Packages that use IERange
Package
Description
This package and its sub-packages contain the types used to access
gendec
, JEB's generic
decompiler.Types used to create and access
gendec
's IR (Intermediate Representation).-
Uses of IERange in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler that return IERangeMethods in com.pnfsoftware.jeb.core.units.code.asm.decompiler with parameters of type IERange -
Uses of IERange in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir that return IERangeModifier and TypeMethodDescriptiondefault IERange
IEGeneric.asRange()
IESlice.getRange()
Retrieve the range applied to the whole expression.IERange.shift
(int delta) Get a new range whose bounds have been shifted by a delta value.Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir with parameters of type IERange