Class CPInt

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

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

      Constructors 
      Constructor Description
      CPInt​(int value)
      Constructs a new instance.
    • Constructor Detail

      • CPInt

        public CPInt​(int value)
        Constructs a new instance.
        Parameters:
        value - The value.