Uses of Class
classUtils.javassist.bytecode.AttributeInfo

Packages that use AttributeInfo
classUtils.javassist.bytecode Bytecode-level API. 
 

Uses of AttributeInfo in classUtils.javassist.bytecode
 

Subclasses of AttributeInfo in classUtils.javassist.bytecode
 class CodeAttribute
          Code_attribute.
 class ConstantAttribute
          ConstantValue_attribute.
 class ExceptionsAttribute
          Exceptions_attribute.
 class InnerClassesAttribute
          InnerClasses_attribute.
 class LineNumberAttribute
          LineNumberTablec_attribute.
 class SourceFileAttribute
          SourceFile_attribute.
 class SyntheticAttribute
          Synthetic_attribute.
 

Methods in classUtils.javassist.bytecode that return AttributeInfo
 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 ConstantAttribute.copy(ConstPool newCp, java.util.Map classnames)
          Makes a copy.
 AttributeInfo LineNumberAttribute.copy(ConstPool newCp, java.util.Map classnames)
          Makes a copy.
 AttributeInfo AttributeInfo.copy(ConstPool newCp, java.util.Map classnames)
          Makes a copy.
 AttributeInfo ExceptionsAttribute.copy(ConstPool newCp, java.util.Map classnames)
          Makes a copy.
 AttributeInfo InnerClassesAttribute.copy(ConstPool newCp, java.util.Map classnames)
          Makes a copy.
 AttributeInfo CodeAttribute.copy(ConstPool newCp, java.util.Map classnames)
          Makes a copy.
 AttributeInfo JAClassFile.getAttribute(java.lang.String name)
          Returns the attribute with the specified name.
 AttributeInfo FieldInfo.getAttribute(java.lang.String name)
          Returns the attribute with the specified name.
 AttributeInfo MethodInfo.getAttribute(java.lang.String name)
          Returns the attribute with the specified name.
 AttributeInfo CodeAttribute.getAttribute(java.lang.String name)
          Returns the attribute with the specified name.
 

Methods in classUtils.javassist.bytecode with parameters of type AttributeInfo
 void JAClassFile.addAttribute(AttributeInfo info)
          Appends an attribute.
 void FieldInfo.addAttribute(AttributeInfo info)
          Appends an attribute.
 void MethodInfo.addAttribute(AttributeInfo info)
          Appends an attribute.