Package fr.umlv.corosol.classfile.constant.impl

Class Summary
AbstractJConstant The base class of classes implementing a constant pool entry.
DefaultJConstantClass The default implementation of the fr.umlv.corosol.classfile.constant.JConstantClass interface.
DefaultJConstantDouble The default implementation of JConstantDouble interface.
DefaultJConstantFieldref The default implementation of the fr.umlv.corosol.classfile.JConstantFieldref interface.
DefaultJConstantFloat The default implementation of JConstantFloat interface.
DefaultJConstantInteger The default implementation of JConstantInteger interface.
DefaultJConstantInterfaceMethodref The default implementation of the JConstantInterfaceMethodref interface.
DefaultJConstantLong A default implementation of JConstantLong interface.
DefaultJConstantMethodref The default implementation of the JConstantMethodref interface.
DefaultJConstantNameAndType The default implementation of the JConstantNameAndType interface.
DefaultJConstantPool The default implementation of the fr.umlv.corosol.classfile.constant.JConstantPool interface.
DefaultJConstantString The default implementation of JConstantString interface.
DefaultJConstantUtf8 The default implementation of JConstantUtf8 interface.
JDK1_5JConstantClass The jdk 1.5 implementation of the fr.umlv.corosol.classfile.constant.JConstantClass interface.