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

Packages that use ConstantPool
org.apache.jdo.impl.enhancer.classfile   
org.apache.jdo.impl.enhancer.core   
 

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

Fields in org.apache.jdo.impl.enhancer.classfile declared as ConstantPool
private  ConstantPool CodeEnv.constantPool
           
private  ConstantPool ClassFile.constantPool
           
 

Methods in org.apache.jdo.impl.enhancer.classfile that return ConstantPool
(package private)  ConstantPool CodeEnv.pool()
           
(package private)  ConstantPool InsnReadEnv.pool()
          Get the constant pool which applies to the method being decoded
 ConstantPool ClassFile.pool()
          Return the constant pool for the class file
 

Methods in org.apache.jdo.impl.enhancer.classfile with parameters of type ConstantPool
(package private) static AnnotatedClassAttribute AnnotatedClassAttribute.read(ConstUtf8 attrName, java.io.DataInputStream data, ConstantPool pool)
           
(package private) static ClassAttribute ClassAttribute.read(java.io.DataInputStream data, ConstantPool pool)
          General attribute reader
(package private)  void ConstUtf8.resolve(ConstantPool p)
           
(package private) abstract  void ConstBasic.resolve(ConstantPool p)
          Resolve integer index references to the actual constant pool entries that they represent.
(package private)  void ConstClass.resolve(ConstantPool p)
           
(package private)  void ConstBasicMemberRef.resolve(ConstantPool p)
           
(package private)  void ConstString.resolve(ConstantPool p)
           
(package private)  void ConstInteger.resolve(ConstantPool p)
           
(package private)  void ConstFloat.resolve(ConstantPool p)
           
(package private)  void ConstLong.resolve(ConstantPool p)
           
(package private)  void ConstDouble.resolve(ConstantPool p)
           
(package private)  void ConstNameAndType.resolve(ConstantPool p)
           
(package private)  void ConstUnicode.resolve(ConstantPool p)
           
(package private) static AttributeVector AttributeVector.readAttributes(java.io.DataInputStream data, ConstantPool constantPool)
          General attribute reader
(package private) static ClassField ClassField.read(java.io.DataInputStream data, ConstantPool pool)
           
(package private) static SignatureAttribute SignatureAttribute.read(ConstUtf8 attrName, java.io.DataInputStream data, ConstantPool pool)
           
(package private) static ClassMethod ClassMethod.read(java.io.DataInputStream data, ConstantPool pool)
           
(package private) static CodeAttribute CodeAttribute.read(ConstUtf8 attrName, java.io.DataInputStream data, ConstantPool pool)
           
(package private) static CodeAttribute CodeAttribute.read(ConstUtf8 attrName, int attrLength, java.io.DataInputStream data, ConstantPool pool)
           
(package private) static ExceptionsAttribute ExceptionsAttribute.read(ConstUtf8 attrName, java.io.DataInputStream data, ConstantPool pool)
           
(package private) static ConstantValueAttribute ConstantValueAttribute.read(ConstUtf8 attrName, java.io.DataInputStream data, ConstantPool pool)
           
static Insn InsnUtils.stringConstant(java.lang.String s, ConstantPool pool)
          Return the best instruction for loading the specified String constant onto the stack - hopefully use short form
static Insn InsnUtils.integerConstant(int i, ConstantPool pool)
          Return the best instruction for loading the specified integer constant onto the stack - hopefully use short form
static Insn InsnUtils.longConstant(long l, ConstantPool pool)
          Return the best instruction for loading the specified long constant onto the stack.
static Insn InsnUtils.floatConstant(float f, ConstantPool pool)
          Return the best instruction for loading the specified float constant onto the stack.
static Insn InsnUtils.doubleConstant(double d, ConstantPool pool)
          Return the best instruction for loading the specified double constant onto the stack.
static Insn InsnUtils.aStore(int i, ConstantPool pool)
          Return the best instruction for storing a reference to a local variable slot
static Insn InsnUtils.iStore(int i, ConstantPool pool)
          Return the best instruction for storing an int to a local variable slot
static Insn InsnUtils.fStore(int i, ConstantPool pool)
          Return the best instruction for storing a float to a local variable slot
static Insn InsnUtils.lStore(int i, ConstantPool pool)
          Return the best instruction for storing a long to a local variable slot
static Insn InsnUtils.dStore(int i, ConstantPool pool)
          Return the best instruction for storing a double to a local variable slot
static Insn InsnUtils.aLoad(int i, ConstantPool pool)
          Return the best instruction for loading a reference from a local variable slot
static Insn InsnUtils.iLoad(int i, ConstantPool pool)
          Return the best instruction for loading an int from a local variable slot
static Insn InsnUtils.fLoad(int i, ConstantPool pool)
          Return the best instruction for loading a float from a local variable slot
static Insn InsnUtils.lLoad(int i, ConstantPool pool)
          Return the best instruction for loading a long from a local variable slot
static Insn InsnUtils.dLoad(int i, ConstantPool pool)
          Return the best instruction for loading a double from a local variable slot
static Insn InsnUtils.load(int tp, int i, ConstantPool pool)
          Return the best instruction for loading a value from a local variable slot
static Insn InsnUtils.store(int tp, int i, ConstantPool pool)
          Return the best instruction for storing a value to a local variable slot
(package private) static SourceFileAttribute SourceFileAttribute.read(ConstUtf8 attrName, java.io.DataInputStream data, ConstantPool pool)
           
(package private) static SyntheticAttribute SyntheticAttribute.read(ConstUtf8 attrName, java.io.DataInputStream data, ConstantPool pool)
           
 

Constructors in org.apache.jdo.impl.enhancer.classfile with parameters of type ConstantPool
CodeEnv(ConstantPool constantPool)
           
 

Uses of ConstantPool in org.apache.jdo.impl.enhancer.core
 

Fields in org.apache.jdo.impl.enhancer.core declared as ConstantPool
private  ConstantPool Analyzer.pool
          The classfile's constant pool.
private  ConstantPool Augmenter.pool
          The classfile's constant pool.
private  ConstantPool Annotater.pool
          The classfile's constant pool.
private  ConstantPool Builder.pool
          The classfile's constant pool.