Interface IVariable

All Superinterfaces:
Comparable<IVariable>, ISegment<Integer>
All Known Subinterfaces:
IEVar

@Ser public interface IVariable extends Comparable<IVariable>, ISegment<Integer>
High-level definition of a variable (aka identifier), generated and used by decompilers.
  • Method Details

    • getBitsize

      int getBitsize()
    • getName

      String getName()
    • getId

      int getId()
    • getIds

      Collection<Integer> getIds()
    • getBitFromId

      int getBitFromId(int bitId)
    • getIdFromBit

      int getIdFromBit(int bitIndex)