Class ConstantLong
java.lang.Object
org.apache.tomcat.util.bcel.classfile.Constant
org.apache.tomcat.util.bcel.classfile.ConstantLong
This class is derived from the abstract
Constant and represents a reference to a long object.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionlonggetBytes()Get the 8-byte long value stored in this constant pool entry.
-
Method Details
-
getBytes
public long getBytes()Get the 8-byte long value stored in this constant pool entry.- Returns:
- the long value
-