com.pnfsoftware.jeb.core.units.code.IVariable |
Known Indirect Subclasses |
High-level definition of a variable (aka identifier), generated and used by decompilers.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int | getBitFromId(int bitId) | ||||||||||
abstract int | getBitsize() | ||||||||||
abstract int | getId() | ||||||||||
abstract int | getIdFromBit(int bitIndex) | ||||||||||
abstract Collection<Integer> | getIds() | ||||||||||
abstract String | getName() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.util.collect.ISegment
| |||||||||||
From interface
java.lang.Comparable
|