Package | Description |
---|---|
org.apache.jdo.impl.enhancer.classfile |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.