Package | Description |
---|---|
org.apache.jdo.impl.enhancer.classfile |
Modifier and Type | Class and Description |
---|---|
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 |
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 |
ConstLong
Class representing a long constant 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.
|
Modifier and Type | Method and Description |
---|---|
ConstValue |
ConstantValueAttribute.value() |
Modifier and Type | Method and Description |
---|---|
static Insn |
InsnUtils.constantValue(ConstValue value)
Return the best instruction for loading a value from the constant
pool onto the stack - hopefully use short form
|
Constructor and Description |
---|
ConstantValueAttribute(ConstUtf8 attrName,
ConstValue value)
Construct a constant value attribute
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.