|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstBasic | |
---|---|
org.apache.jdo.impl.enhancer.classfile |
Uses of ConstBasic in org.apache.jdo.impl.enhancer.classfile |
---|
Subclasses of ConstBasic in org.apache.jdo.impl.enhancer.classfile | |
---|---|
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 |
Methods in org.apache.jdo.impl.enhancer.classfile that return ConstBasic | |
---|---|
ConstBasic |
ConstantPool.constantAt(int index)
Return the constant in the pool at the specified entry index |
ConstBasic |
InsnConstOp.value()
Return the constant pool entry which is the immediate operand |
Methods in org.apache.jdo.impl.enhancer.classfile with parameters of type ConstBasic | |
---|---|
static Insn |
Insn.create(int theOpCode,
ConstBasic constValue)
Create an instruction which requires a single constant from the constant pool as an immediate operand. |
void |
InsnConstOp.setValue(ConstBasic newValue)
Modify the referenced constant |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |