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
-
Method Details
-
getBytes
public int getBytes()- Returns:
- data, i.e., 4 bytes.
-