Class ConstantInteger
java.lang.Object
org.apache.tomcat.util.bcel.classfile.Constant
org.apache.tomcat.util.bcel.classfile.ConstantInteger
-
Method Summary
Modifier and TypeMethodDescriptionintgetBytes()Get the 4-byte integer value stored in this constant pool entry.
-
Method Details
-
getBytes
public int getBytes()Get the 4-byte integer value stored in this constant pool entry.- Returns:
- the integer value
-