Class CPInt

  • All Implemented Interfaces:
    java.lang.Comparable<CPInt>

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

      Fields 
      Modifier and Type Field Description
      private int theInt  
    • Constructor Summary

      Constructors 
      Constructor Description
      CPInt​(int theInt)  
    • Field Detail

      • theInt

        private final int theInt
    • Constructor Detail

      • CPInt

        public CPInt​(int theInt)
    • Method Detail

      • compareTo

        public int compareTo​(CPInt obj)
      • getInt

        public int getInt()