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.ObjectAbstract 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.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description bytegetTag()java.lang.StringtoString()
 
-