Class ConstantLong
java.lang.Object
org.apache.tomcat.util.bcel.classfile.Constant
org.apache.tomcat.util.bcel.classfile.ConstantLong
-
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
-