Interface IVariableInformationProvider

All Superinterfaces:
ICFGOwnerContext

@Ser public interface IVariableInformationProvider extends ICFGOwnerContext
Variable information provider (such as names).
  • Method Summary

    Modifier and Type
    Method
    Description
    getSliceName(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

      String getSliceName(int id, int bitstart, int bitend)
      Get the name of a variable slice by id and bit range.
      Parameters:
      id -
      bitstart -
      bitend -
      Returns: