Uses of Interface
com.sun.jdo.api.persistence.enhancer.classfile.VMConstants
Packages that use VMConstants
Package
Description
-
Uses of VMConstants in com.sun.jdo.api.persistence.enhancer.classfile
Classes in com.sun.jdo.api.persistence.enhancer.classfile that implement VMConstantsModifier and TypeClassDescriptionclassAnnotatedClassAttribute represents a class level attribute class file which identifies the level of annotation of the class.classAnnotatedMethodAttribute represents a class level attribute class file which identifies the level of annotation of the class.classAn abstract base class for the attributes within a class filefinal classClassField models the static and non-static fields of a class within a class file.final classClassFile models the structure of a class as represented within a class file.classClassMember is a common base class for ClassMethod and ClassFieldclassClassMethod models the static and non-static methods of a class within a class file.classSubtype of ClassAttribute which describes the "Code" attribute associated with a method.classConstant Pool implementation - this represents the constant pool of a class in a class file.classConstantValueAttribute represents a constant value attribute in a class file.classAbstract base class of the types which represent entries in the class constant pool.classThe abstract base class used to represent the various type of references to members (fields/methods) within the constant pool.classClass representing a class reference in the constant poolclassClass representing a double constant in the constant pool of a class fileclassConstFieldRef represents a reference to a field of some class in the constant pool of a class file.classClass representing a float constant in the constant pool of a class fileclassClass representing an integer constant in the constant pool of a class fileclassClass representing a reference to an interface method of some class in the constant pool of a class file.classClass representing a long constant in the constant pool of a class fileclassClass representing a reference to a method of some class in the constant pool of a class fileclassClass representing a name and an associated type in the constant pool of a class fileclassClass representing a class specification in the constant poolclassClass representing a unicode string value in the constant poolclassClass representing a utf8 string value in the constant poolclassAn abstract class serving as a common type for constants which can be the target of ConstantValue attributesclassA collection of static methods which manipulate type descriptorsclassExceptionsAttribute represents a method attribute in a class file listing the checked exceptions for the method.classGenericAttribute represents a class attribute in a class file which is not recognized as any supported attribute type.classInsn is an abstract class which represents a java VM instruction in a sequence of instructions.classAn instruction which requires a single constant from the constant pool as an immediate operandclassSpecial instruction form for the opc_iinc instructionclassSpecial instruction form for the opc_invokeinterface instructionclassAn instruction which requires a integral constant as an immediate operandclassSpecial instruction form for the opc_lookupswitch instructionclassSpecial instruction form for the opc_multianewarray instructionclassA java VM instruction which takes no immediate operands.classSpecial instruction form for the opc_tableswitch instructionclassInsnTarget is a pseudo-instruction which represents a branch target in an instruction stream.classAn instruction which requires a single branch offset as an immediate operand .classInsnUtils provides a set of static methods which serve to select vm instructions during code annotation.classLineNumberTableAttribute represents a line number table attribute within a CodeAttribute within a class fileclassRepresents the LocalVariableTable attribute within a method in a class file.classRepresents the source file attribute in a class fileclassSyntheticAttribute represents a constant value attribute in a class file.classDescription of the VM opcodes -
Uses of VMConstants in com.sun.jdo.api.persistence.enhancer.impl
Subinterfaces of VMConstants in com.sun.jdo.api.persistence.enhancer.implModifier and TypeInterfaceDescriptioninterfaceAnnotationConstants defines a set of constants for use across the filter subsystem.