|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VMConstants | |
org.apache.jdo.impl.enhancer.classfile | |
org.apache.jdo.impl.enhancer.core |
Uses of VMConstants in org.apache.jdo.impl.enhancer.classfile |
Classes in org.apache.jdo.impl.enhancer.classfile that implement VMConstants | |
class |
AnnotatedClassAttribute
AnnotatedClassAttribute represents a class level attribute class file which identifies the level of annotation of the class. |
class |
AnnotatedMethodAttribute
AnnotatedMethodAttribute represents a class level attribute class file which identifies the level of annotation of the class. |
class |
ClassAttribute
An abstract base class for the attributes within a class file |
class |
ClassField
ClassField models the static and non-static fields of a class within a class file. |
class |
ClassFile
ClassFile models the structure of a class as represented within a class file. |
class |
ClassMember
ClassMember is a common base class for ClassMethod and ClassField |
class |
ClassMethod
ClassMethod models the static and non-static methods of a class within a class file. |
class |
CodeAttribute
Subtype of ClassAttribute which describes the "Code" attribute associated with a method. |
class |
ConstantPool
Constant Pool implementation - this represents the constant pool of a class in a class file. |
class |
ConstantValueAttribute
ConstantValueAttribute represents a constant value attribute in a class file. |
class |
ConstBasic
Abstract base class of the types which represent entries in the class constant pool. |
class |
ConstBasicMemberRef
The abstract base class used to represent the various type of references to members (fields/methods) within the constant pool. |
class |
ConstClass
Class representing a class reference in the constant pool |
class |
ConstDouble
Class representing a double constant in the constant pool of a class file |
class |
ConstFieldRef
ConstFieldRef represents a reference to a field of some class in the constant pool of a class file. |
class |
ConstFloat
Class representing a float constant in the constant pool of a class file |
class |
ConstInteger
Class representing an integer constant in the constant pool of a class file |
class |
ConstInterfaceMethodRef
Class representing a reference to an interface method of some class in the constant pool of a class file. |
class |
ConstLong
Class representing a long constant in the constant pool of a class file |
class |
ConstMethodRef
Class representing a reference to a method of some class in the constant pool of a class file |
class |
ConstNameAndType
Class representing a name and an associated type in the constant pool of a class file |
class |
ConstString
Class representing a class specification in the constant pool ConstString strictly speaking is not a ConstantValue in the Java VM sense. |
class |
ConstUnicode
Class representing a unicode string value in the constant pool Note: evidence suggests that this is no longer part of the java VM spec. |
class |
ConstUtf8
Class representing a utf8 string value in the constant pool |
class |
ConstValue
An abstract class serving as a common type for constants which can be the target of ConstantValue attributes |
class |
Descriptor
A collection of static methods which manipulate type descriptors |
class |
ExceptionsAttribute
ExceptionsAttribute represents a method attribute in a class file listing the checked exceptions for the method. |
class |
GenericAttribute
GenericAttribute represents a class attribute in a class file which is not recognized as any supported attribute type. |
class |
Insn
Insn is an abstract class which represents a java VM instruction in a sequence of instructions. |
class |
InsnConstOp
An instruction which requires a single constant from the constant pool as an immediate operand |
class |
InsnIInc
Special instruction form for the opc_iinc instruction |
class |
InsnInterfaceInvoke
Special instruction form for the opc_invokeinterface instruction |
class |
InsnIntOp
An instruction which requires a integral constant as an immediate operand |
class |
InsnLookupSwitch
Special instruction form for the opc_lookupswitch instruction |
class |
InsnMultiDimArrayNew
Special instruction form for the opc_multianewarray instruction |
class |
InsnSingle
A java VM instruction which takes no immediate operands. |
class |
InsnTableSwitch
Special instruction form for the opc_tableswitch instruction |
class |
InsnTarget
InsnTarget is a pseudo-instruction which represents a branch target in an instruction stream. |
class |
InsnTargetOp
An instruction which requires a single branch offset as an immediate operand . |
class |
InsnUtils
InsnUtils provides a set of static methods which serve to select vm instructions during code annotation. |
class |
LineNumberTableAttribute
LineNumberTableAttribute represents a line number table attribute within a CodeAttribute within a class file |
class |
LocalVariableTableAttribute
Represents the LocalVariableTable attribute within a method in a class file. |
class |
SignatureAttribute
A SignatureAttribute is a fixed-length attribute in the attributes table of ClassFile, ClassField, and ClassMethod structures. |
class |
SourceFileAttribute
Represents the source file attribute in a class file |
class |
SyntheticAttribute
A SyntheticAttribute is a fixed-length attribute in the attributes table of ClassFile, ClassField, and ClassMethod structures. |
class |
VMOp
Description of the VM opcodes |
Uses of VMConstants in org.apache.jdo.impl.enhancer.core |
Subinterfaces of VMConstants in org.apache.jdo.impl.enhancer.core | |
(package private) interface |
EnhancerConstants
Constant definitions specific to this enhancer implementation. |
(package private) interface |
JAVA_ClassConstants
Constant definitions by the Java2 platform specification. |
(package private) interface |
JDO_ClassConstants
Constant definitions for JDO classes. |
(package private) interface |
JDO_FIE_MemberConstants
Constant definitions for members of the JDOFatalInternalException class. |
(package private) interface |
JDO_IC_MemberConstants
Constant definitions for members of the ObjectIdFieldSuppplier interface. |
(package private) interface |
JDO_IH_MemberConstants
Constant definitions for members of the ImplementationHelper class. |
(package private) interface |
JDO_OIFC_MemberConstants
Constant definitions for members of the ObjectIdFieldConsumer interface. |
(package private) interface |
JDO_OIFS_MemberConstants
Constant definitions for members of the ObjectIdFieldSuppplier interface. |
(package private) interface |
JDO_PC_MemberConstants
Constant definitions for members of the PersistenceCapable interface. |
(package private) interface |
JDO_SM_MemberConstants
Constant definitions for members of the StateManager interface. |
(package private) interface |
JDOConstants
All constant definitions by the JDO specification. |
Classes in org.apache.jdo.impl.enhancer.core that implement VMConstants | |
(package private) class |
Analyzer
Analyzes a class for enhancement. |
(package private) class |
Annotater
Handles the augmentation actions for a method. |
(package private) class |
Augmenter
Handles the augmentation actions for a class. |
(package private) class |
Builder
Helper object to create the generic JDO methods for a class. |
class |
Controller
Controls the enhancement of a class. |
(package private) class |
JDONameHelper
Helper methods for dealing with JDO naming conventions. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |