Class PoolEntry

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

@Ser public abstract class PoolEntry extends Object
A numbered entry in a pool.
  • Constructor Details

    • PoolEntry

      public PoolEntry()
      Create a pool entry.
  • Method Details

    • setIndex

      public void setIndex(int index)
      Set the pool entry index.
      Parameters:
      index - entry index
    • getIndex

      public int getIndex()
      Retrieve the pool entry index.
      Returns:
      entry index, or -1 if unset
    • toString

      public String toString()
      Overrides:
      toString in class Object