public interface

IVariable

implements ISegment<K extends Comparable<K>> Comparable<T>
com.pnfsoftware.jeb.core.units.code.IVariable
Known Indirect Subclasses

Class Overview

High-level definition of a variable (aka identifier), generated and used by decompilers.

Summary

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

Public Methods

public abstract int getBitFromId (int bitId)

public abstract int getBitsize ()

public abstract int getId ()

public abstract int getIdFromBit (int bitIndex)

public abstract Collection<Integer> getIds ()

public abstract String getName ()