Class Constant
- java.lang.Object
-
- org.apache.tomcat.util.bcel.classfile.Constant
-
- Direct Known Subclasses:
ConstantClass
,ConstantDouble
,ConstantFloat
,ConstantInteger
,ConstantLong
,ConstantUtf8
public abstract class Constant extends java.lang.Object
Abstract superclass for classes to represent the different constant types in the constant pool of a class file. The classes keep closely to the JVM specification.- Author:
- M. Dahm
-
-
Field Summary
Fields Modifier and Type Field Description protected byte
tag
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
getTag()
java.lang.String
toString()
-