Class ConstantLongInfo

java.lang.Object
org.fife.rsta.ac.java.classreader.constantpool.ConstantPoolInfo
org.fife.rsta.ac.java.classreader.constantpool.ConstantLongInfo
All Implemented Interfaces:
ConstantTypes

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

    • highBytes

      private int highBytes
    • lowBytes

      private int lowBytes
  • Constructor Details

    • ConstantLongInfo

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

    • getHighBytes

      public int getHighBytes()
    • getLongValue

      public long getLongValue()
    • getLowBytes

      public int getLowBytes()
    • toString

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