Class ConstantLongInfo

  • All Implemented Interfaces:
    ConstantTypes

    public class ConstantLongInfo
    extends ConstantPoolInfo
    Class corresponding to the CONSTANT_Long_info structure.
    Version:
    1.0
    • Field Detail

      • highBytes

        private int highBytes
      • lowBytes

        private int lowBytes
    • Constructor Detail

      • ConstantLongInfo

        public ConstantLongInfo​(int highBytes,
                                int lowBytes)
        Constructor.
        Parameters:
        highBytes - The high bytes.
        lowBytes - The low bytes.
    • Method Detail

      • getHighBytes

        public int getHighBytes()
      • getLongValue

        public long getLongValue()
      • getLowBytes

        public int getLowBytes()
      • toString

        public java.lang.String toString()
        Returns a string representation of this object. Useful for debugging.
        Overrides:
        toString in class java.lang.Object
        Returns:
        A string representation of this object.