All Implemented Interfaces:
Comparable<CPInt>

public class CPInt extends CPConstant<CPInt>
Constant pool entry for an int.
  • Field Details

    • theInt

      private final int theInt
  • Constructor Details

    • CPInt

      public CPInt(int theInt)
  • Method Details

    • compareTo

      public int compareTo(CPInt obj)
    • getInt

      public int getInt()