Uses of Class
javassist.bytecode.AttributeInfo

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

Uses of AttributeInfo in javassist.bytecode
 

Subclasses of AttributeInfo in 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 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 MethodInfo.getAttribute(java.lang.String name)
          Returns the attribute with the specified name.
 AttributeInfo LineNumberAttribute.copy(ConstPool newCp, java.util.Map classnames)
          Makes a copy.
 AttributeInfo InnerClassesAttribute.copy(ConstPool newCp, java.util.Map classnames)
          Makes a copy.
 AttributeInfo FieldInfo.getAttribute(java.lang.String name)
          Returns the attribute with the specified name.
 AttributeInfo ExceptionsAttribute.copy(ConstPool newCp, java.util.Map classnames)
          Makes a copy.
 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 CodeAttribute.getAttribute(java.lang.String name)
          Returns the attribute with the specified name.
 AttributeInfo ClassFile.getAttribute(java.lang.String name)
          Returns the attribute with the specified name.
 AttributeInfo AttributeInfo.copy(ConstPool newCp, java.util.Map classnames)
          Makes a copy.
 

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



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