# Interface: com.pnfsoftware.jeb.core.units.code.asm.cfg.IVariableInformationProvider

Variable information provider \(such as names\).

## Method: getSliceName
- parameter: `id`, type: `int`
- parameter: `bitstart`, type: `int`
- parameter: `bitend`, type: `int`
- return type: `java.lang.String`

Description: Get the name of a variable slice by id and bit range.
parameter: id: variable id
parameter: bitstart: first bit index
parameter: bitend: end bit index
return: variable slice name

