Uses of Class
com.sun.jdo.api.persistence.enhancer.classfile.ConstBasic
Packages that use ConstBasic
-
Uses of ConstBasic in com.sun.jdo.api.persistence.enhancer.classfile
Subclasses of ConstBasic in com.sun.jdo.api.persistence.enhancer.classfileModifier and TypeClassDescriptionclassThe 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 attributesMethods in com.sun.jdo.api.persistence.enhancer.classfile that return ConstBasicModifier and TypeMethodDescriptionConstantPool.constantAt(int index) Return the constant in the pool at the specified entry indexInsnConstOp.value()Return the constant pool entry which is the immediate operandMethods in com.sun.jdo.api.persistence.enhancer.classfile with parameters of type ConstBasicModifier and TypeMethodDescriptionstatic InsnInsn.create(int theOpCode, ConstBasic constValue) Create an instruction which requires a single constant from the constant pool as an immediate operand.voidInsnConstOp.setValue(ConstBasic newValue) Modify the referenced constant