Interface IVariable
- All Superinterfaces:
Comparable<IVariable>,ISegment<Integer>
- All Known Subinterfaces:
IEVar
High-level definition of a variable (aka identifier), generated and used by decompilers.
-
Method Summary
Modifier and TypeMethodDescriptionintgetBitFromId(int bitId) intintgetId()intgetIdFromBit(int bitIndex) getIds()getName()Methods inherited from interface java.lang.Comparable
compareTo
-
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)
-