Interface IVariableInformationProvider
- All Superinterfaces:
ICFGOwnerContext
Variable information provider (such as names).
-
Method Summary
Modifier and TypeMethodDescriptiongetSliceName(int id, int bitstart, int bitend) Get the name of a variable slice by id and bit range.Methods inherited from interface com.pnfsoftware.jeb.core.units.code.ICFGOwnerContext
getName, getSame
-
Method Details
-
getSliceName
Get the name of a variable slice by id and bit range.- Parameters:
id- variable idbitstart- first bit indexbitend- end bit index- Returns:
- variable slice name
-