Class ConstantLong

java.lang.Object
org.apache.tomcat.util.bcel.classfile.Constant
org.apache.tomcat.util.bcel.classfile.ConstantLong

public final class ConstantLong extends Constant
This class is derived from the abstract Constant and represents a reference to a long object.
See Also:
  • Method Details

    • getBytes

      public long getBytes()
      Get the 8-byte long value stored in this constant pool entry.
      Returns:
      the long value