Klasse Constant

java.lang.Object
org.aspectj.apache.bcel.classfile.Constant
Alle implementierten Schnittstellen:
Cloneable, Node
Bekannte direkte Unterklassen:
ConstantClass, ConstantCP, ConstantDouble, ConstantDynamic, ConstantFloat, ConstantInteger, ConstantInvokeDynamic, ConstantLong, ConstantMethodHandle, ConstantMethodType, ConstantModule, ConstantNameAndType, ConstantPackage, ConstantString, ConstantUtf8

public abstract class Constant extends Object implements Cloneable, Node
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.
Version:
$Id: Constant.java,v 1.5 2009/09/10 15:35:04 aclement Exp $
Autor:
M. Dahm