| Package | Description | 
|---|---|
| javassist.bytecode | Bytecode-level API. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AnnotationDefaultAttributeA class representing  AnnotationDefault_attribute. | 
| class  | AnnotationsAttributeA class representing
  RuntimeVisibleAnnotations_attributeandRuntimeInvisibleAnnotations_attribute. | 
| class  | BootstrapMethodsAttribute | 
| class  | CodeAttributeCode_attribute. | 
| class  | ConstantAttributeConstantValue_attribute. | 
| class  | DeprecatedAttributeDeprecated_attribute. | 
| class  | EnclosingMethodAttributeEnclosingMethod_attribute. | 
| class  | ExceptionsAttributeExceptions_attribute. | 
| class  | InnerClassesAttributeInnerClasses_attribute. | 
| class  | LineNumberAttributeLineNumberTable_attribute. | 
| class  | LocalVariableAttributeLocalVariableTable_attribute. | 
| class  | LocalVariableTypeAttributeLocalVariableTypeTable_attribute. | 
| class  | MethodParametersAttributeMethodParameters_attribute. | 
| class  | ParameterAnnotationsAttributeA class representing  RuntimeVisibleAnnotations_attributeandRuntimeInvisibleAnnotations_attribute. | 
| class  | SignatureAttributeSignature_attribute. | 
| class  | SourceFileAttributeSourceFile_attribute. | 
| class  | StackMapAnother  stack_mapattribute defined in CLDC 1.1 for J2ME. | 
| class  | StackMapTablestack_mapattribute. | 
| class  | SyntheticAttributeSynthetic_attribute. | 
| class  | TypeAnnotationsAttributeA class representing
  RuntimeVisibleTypeAnnotationsattribute andRuntimeInvisibleTypeAnnotationsattribute. | 
| Modifier and Type | Method and Description | 
|---|---|
| AttributeInfo | SourceFileAttribute. copy(ConstPool newCp,
    Map classnames)Makes a copy. | 
| AttributeInfo | CodeAttribute. copy(ConstPool newCp,
    Map classnames)Makes a copy. | 
| AttributeInfo | MethodParametersAttribute. copy(ConstPool newCp,
    Map classnames)Makes a copy. | 
| AttributeInfo | TypeAnnotationsAttribute. copy(ConstPool newCp,
    Map classnames)Copies this attribute and returns a new copy. | 
| AttributeInfo | AnnotationDefaultAttribute. copy(ConstPool newCp,
    Map classnames)Copies this attribute and returns a new copy. | 
| AttributeInfo | SyntheticAttribute. copy(ConstPool newCp,
    Map classnames)Makes a copy. | 
| AttributeInfo | SignatureAttribute. copy(ConstPool newCp,
    Map classnames)Makes a copy. | 
| AttributeInfo | DeprecatedAttribute. copy(ConstPool newCp,
    Map classnames)Makes a copy. | 
| AttributeInfo | InnerClassesAttribute. copy(ConstPool newCp,
    Map classnames)Makes a copy. | 
| AttributeInfo | ExceptionsAttribute. copy(ConstPool newCp,
    Map classnames)Makes a copy. | 
| AttributeInfo | StackMap. copy(ConstPool newCp,
    Map classnames)Makes a copy. | 
| AttributeInfo | StackMapTable. copy(ConstPool newCp,
    Map classnames)Makes a copy. | 
| AttributeInfo | ParameterAnnotationsAttribute. copy(ConstPool newCp,
    Map classnames)Copies this attribute and returns a new copy. | 
| AttributeInfo | LocalVariableAttribute. copy(ConstPool newCp,
    Map classnames)Makes a copy. | 
| AttributeInfo | AttributeInfo. copy(ConstPool newCp,
    Map classnames)Makes a copy. | 
| AttributeInfo | ConstantAttribute. copy(ConstPool newCp,
    Map classnames)Makes a copy. | 
| AttributeInfo | BootstrapMethodsAttribute. copy(ConstPool newCp,
    Map classnames)Makes a copy. | 
| AttributeInfo | LineNumberAttribute. copy(ConstPool newCp,
    Map classnames)Makes a copy. | 
| AttributeInfo | EnclosingMethodAttribute. copy(ConstPool newCp,
    Map classnames)Makes a copy. | 
| AttributeInfo | AnnotationsAttribute. copy(ConstPool newCp,
    Map classnames)Copies this attribute and returns a new copy. | 
| AttributeInfo | MethodInfo. getAttribute(String name)Returns the attribute with the specified name. | 
| AttributeInfo | CodeAttribute. getAttribute(String name)Returns the attribute with the specified name. | 
| AttributeInfo | FieldInfo. getAttribute(String name)Returns the attribute with the specified name. | 
| AttributeInfo | ClassFile. getAttribute(String name)Returns the attribute with the specified name. | 
| AttributeInfo | MethodInfo. removeAttribute(String name)Removes an attribute with the specified name. | 
| AttributeInfo | FieldInfo. removeAttribute(String name)Removes an attribute with the specified name. | 
| AttributeInfo | ClassFile. removeAttribute(String name)Removes an attribute with the specified name. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MethodInfo. addAttribute(AttributeInfo info)Appends an attribute. | 
| void | FieldInfo. addAttribute(AttributeInfo info)Appends an attribute. | 
| void | ClassFile. addAttribute(AttributeInfo info)Appends an attribute. | 
Copyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.