Uses of Class
javassist.bytecode.AttributeInfo
Packages that use AttributeInfo
-
Uses of AttributeInfo in javassist.bytecode
Subclasses of AttributeInfo in javassist.bytecodeModifier and TypeClassDescriptionclass
A class representingAnnotationDefault_attribute
.class
A class representingRuntimeVisibleAnnotations_attribute
andRuntimeInvisibleAnnotations_attribute
.class
class
Code_attribute
.class
ConstantValue_attribute
.class
Deprecated_attribute
.class
EnclosingMethod_attribute
.class
Exceptions_attribute
.class
InnerClasses_attribute
.class
LineNumberTable_attribute
.class
LocalVariableTable_attribute
.class
LocalVariableTypeTable_attribute
.class
MethodParameters_attribute
.class
NestHost_attribute
.class
NestMembers_attribute
.class
A class representingRuntimeVisibleAnnotations_attribute
andRuntimeInvisibleAnnotations_attribute
.class
Signature_attribute
.class
SourceFile_attribute
.class
Anotherstack_map
attribute defined in CLDC 1.1 for J2ME.class
stack_map
attribute.class
Synthetic_attribute
.class
A class representingRuntimeVisibleTypeAnnotations
attribute andRuntimeInvisibleTypeAnnotations
attribute.Fields in javassist.bytecode with type parameters of type AttributeInfoModifier and TypeFieldDescription(package private) List
<AttributeInfo> FieldInfo.attribute
(package private) List
<AttributeInfo> MethodInfo.attribute
(package private) List
<AttributeInfo> ClassFile.attributes
private List
<AttributeInfo> CodeAttribute.attributes
Methods in javassist.bytecode that return AttributeInfoModifier and TypeMethodDescriptionCopies this attribute and returns a new copy.Copies this attribute and returns a new copy.Makes a copy.Makes a copy.Makes a copy.Makes a copy.Makes a copy.Makes a copy.Makes a copy.Makes a copy.Makes a copy.Makes a copy.Makes a copy.Makes a copy.Makes a copy.Copies this attribute and returns a new copy.Makes a copy.Makes a copy.Makes a copy.Makes a copy.Makes a copy.Copies this attribute and returns a new copy.ClassFile.getAttribute
(String name) Returns the attribute with the specified name.CodeAttribute.getAttribute
(String name) Returns the attribute with the specified name.FieldInfo.getAttribute
(String name) Returns the attribute with the specified name.MethodInfo.getAttribute
(String name) Returns the attribute with the specified name.(package private) static AttributeInfo
AttributeInfo.lookup
(List<AttributeInfo> attributes, String name) (package private) static AttributeInfo
AttributeInfo.read
(ConstPool cp, DataInputStream in) (package private) static AttributeInfo
AttributeInfo.remove
(List<AttributeInfo> attributes, String name) ClassFile.removeAttribute
(String name) Removes an attribute with the specified name.FieldInfo.removeAttribute
(String name) Removes an attribute with the specified name.MethodInfo.removeAttribute
(String name) Removes an attribute with the specified name.Methods in javassist.bytecode that return types with arguments of type AttributeInfoModifier and TypeMethodDescription(package private) static List
<AttributeInfo> AttributeInfo.copyAll
(List<AttributeInfo> attributes, ConstPool cp) ClassFile.getAttributes()
Returns all the attributes.CodeAttribute.getAttributes()
Returnsattributes[]
.FieldInfo.getAttributes()
Returns all the attributes.MethodInfo.getAttributes()
Returns all the attributes.Methods in javassist.bytecode with parameters of type AttributeInfoModifier and TypeMethodDescriptionvoid
ClassFile.addAttribute
(AttributeInfo info) Appends an attribute.void
FieldInfo.addAttribute
(AttributeInfo info) Appends an attribute.void
MethodInfo.addAttribute
(AttributeInfo info) Appends an attribute.Method parameters in javassist.bytecode with type arguments of type AttributeInfoModifier and TypeMethodDescription(package private) static List
<AttributeInfo> AttributeInfo.copyAll
(List<AttributeInfo> attributes, ConstPool cp) (package private) static int
AttributeInfo.getLength
(List<AttributeInfo> attributes) (package private) static void
AttributeInfo.getRefClasses
(List<AttributeInfo> attributes, Map<String, String> classnames) (package private) static AttributeInfo
AttributeInfo.lookup
(List<AttributeInfo> attributes, String name) (package private) static void
ClassFilePrinter.printAttributes
(List<AttributeInfo> list, PrintWriter out, char kind) (package private) static AttributeInfo
AttributeInfo.remove
(List<AttributeInfo> attributes, String name) (package private) static void
AttributeInfo.renameClass
(List<AttributeInfo> attributes, String oldname, String newname) (package private) static void
AttributeInfo.renameClass
(List<AttributeInfo> attributes, Map<String, String> classnames) (package private) static void
AttributeInfo.writeAll
(List<AttributeInfo> attributes, DataOutputStream out)