Uses of Package
com.sun.jdo.api.persistence.enhancer.classfile
Packages that use com.sun.jdo.api.persistence.enhancer.classfile
Package
Description
-
Classes in com.sun.jdo.api.persistence.enhancer.classfile used by com.sun.jdo.api.persistence.enhancer.classfileClassDescriptionA list of attributes within a class file.An abstract base class for the attributes within a class fileClassField models the static and non-static fields of a class within a class file.ClassMember is a common base class for ClassMethod and ClassFieldClassMethod models the static and non-static methods of a class within a class file.Subtype of ClassAttribute which describes the "Code" attribute associated with a method.Constant Pool implementation - this represents the constant pool of a class in a class file.Abstract base class of the types which represent entries in the class constant pool.The abstract base class used to represent the various type of references to members (fields/methods) within the constant pool.Class representing a class reference in the constant poolClass representing a double constant in the constant pool of a class fileConstFieldRef represents a reference to a field of some class in the constant pool of a class file.Class representing a float constant in the constant pool of a class fileClass representing an integer constant in the constant pool of a class fileClass representing a reference to an interface method of some class in the constant pool of a class file.Class representing a long constant in the constant pool of a class fileClass representing a reference to a method of some class in the constant pool of a class fileClass representing a name and an associated type in the constant pool of a class fileClass representing a class specification in the constant poolClass representing a unicode string value in the constant poolClass representing a utf8 string value in the constant poolAn abstract class serving as a common type for constants which can be the target of ConstantValue attributesExceptionRange represents a range an exception handler within a method in class file.ExceptionTable represents the exception handlers within the code of a method.Insn is an abstract class which represents a java VM instruction in a sequence of instructions.An instruction which requires a single constant from the constant pool as an immediate operandInsnTarget is a pseudo-instruction which represents a branch target in an instruction stream.VMConstants is a collection of the constants defined in the virtual machine spec.
-
Classes in com.sun.jdo.api.persistence.enhancer.classfile used by com.sun.jdo.api.persistence.enhancer.implClassDescriptionClassFile models the structure of a class as represented within a class file.VMConstants is a collection of the constants defined in the virtual machine spec.