Uses of Class
org.apache.jdo.impl.enhancer.classfile.ConstValue

Packages that use ConstValue
org.apache.jdo.impl.enhancer.classfile   
 

Uses of ConstValue in org.apache.jdo.impl.enhancer.classfile
 

Subclasses of ConstValue in org.apache.jdo.impl.enhancer.classfile
 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.
 

Methods in org.apache.jdo.impl.enhancer.classfile that return ConstValue
 ConstValue ConstantValueAttribute.value()
           
 

Methods in org.apache.jdo.impl.enhancer.classfile with parameters of type ConstValue
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
 

Constructors in org.apache.jdo.impl.enhancer.classfile with parameters of type ConstValue
ConstantValueAttribute(ConstUtf8 attrName, ConstValue value)
          Construct a constant value attribute
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.