public abstract class

PoolEntry

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.PoolEntry

Class Overview

A numbered entry in a pool.

Summary

Public Constructors
PoolEntry()
Public Methods
int getIndex()
void setIndex(int index)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PoolEntry ()

Public Methods

public int getIndex ()

public void setIndex (int index)

public String toString ()