Uses of Class
javassist.bytecode.ConstPool

Packages that use ConstPool
javassist.bytecode Bytecode-level API. 
 

Uses of ConstPool in javassist.bytecode
 

Methods in javassist.bytecode that return ConstPool
 ConstPool MethodInfo.getConstPool()
          Returns a constant pool table used by this method.
 ConstPool FieldInfo.getConstPool()
          Returns the constant pool table used by this field_info.
 ConstPool ClassFile.getConstPool()
          Returns a constant pool table.
 ConstPool Bytecode.getConstPool()
          Gets a constant pool table.
 ConstPool AttributeInfo.getConstPool()
          Returns a constant pool table.
 

Methods in javassist.bytecode with parameters of type ConstPool
 AttributeInfo SyntheticAttribute.copy(ConstPool newCp, java.util.Map classnames)
          Makes a copy.
 AttributeInfo SourceFileAttribute.copy(ConstPool newCp, java.util.Map classnames)
          Makes a copy.
 AttributeInfo LineNumberAttribute.copy(ConstPool newCp, java.util.Map classnames)
          Makes a copy.
 AttributeInfo InnerClassesAttribute.copy(ConstPool newCp, java.util.Map classnames)
          Makes a copy.
 ExceptionTable ExceptionTable.copy(ConstPool newCp, java.util.Map classnames)
          Makes a copy of this exception_table[].
 AttributeInfo ExceptionsAttribute.copy(ConstPool newCp, java.util.Map classnames)
          Makes a copy.
 int ConstPool.copy(int n, ConstPool dest, java.util.Map classnames)
          Copies the n-th item in this ConstPool object into the destination ConstPool object.
 AttributeInfo ConstantAttribute.copy(ConstPool newCp, java.util.Map classnames)
          Makes a copy.
 AttributeInfo CodeAttribute.copy(ConstPool newCp, java.util.Map classnames)
          Makes a copy.
 AttributeInfo AttributeInfo.copy(ConstPool newCp, java.util.Map classnames)
          Makes a copy.
 

Constructors in javassist.bytecode with parameters of type ConstPool
SyntheticAttribute(ConstPool cp)
          Constructs a Synthetic attribute.
SourceFileAttribute(ConstPool cp, java.lang.String filename)
          Constructs a SourceFile attribute.
MethodInfo(ConstPool cp, java.lang.String methodname, java.lang.String desc)
          Constructs a method_info structure.
MethodInfo(ConstPool cp, java.lang.String methodname, MethodInfo src, java.util.Map classnameMap)
          Constructs a copy of method_info structure.
FieldInfo(ConstPool cp, java.lang.String fieldName, java.lang.String desc)
          Constructs a field_info structure.
ExceptionTable(ConstPool cp)
          Constructs an exception_table[].
ExceptionsAttribute(ConstPool cp)
          Constructs a new exceptions attribute.
ConstantAttribute(ConstPool cp, int index)
          Constructs a ConstantValue attribute.
CodeAttribute(ConstPool cp, int stack, int locals, byte[] code, ExceptionTable etable)
          Constructs a Code_attribute.
Bytecode(ConstPool cp, int stacksize, int localvars)
          Constructs a Bytecode object with an empty bytecode sequence.
AttributeInfo(ConstPool cp, java.lang.String attrname, byte[] attrinfo)
          Constructs an attribute_info structure.
 



Javassist, a Java-bytecode translator toolkit. Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.