Class ConstantInteger
java.lang.Object
org.apache.tomcat.util.bcel.classfile.Constant
org.apache.tomcat.util.bcel.classfile.ConstantInteger
This class is derived from the abstract
Constant and represents a reference to an int object.- See Also:
-
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
-