Uses of Class
javassist.bytecode.AttributeInfo
Packages that use AttributeInfo
-
Uses of AttributeInfo in javassist.bytecode
Subclasses of AttributeInfo in javassist.bytecodeModifier and TypeClassDescriptionclassA class representingAnnotationDefault_attribute.classA class representingRuntimeVisibleAnnotations_attributeandRuntimeInvisibleAnnotations_attribute.classclassCode_attribute.classConstantValue_attribute.classDeprecated_attribute.classEnclosingMethod_attribute.classExceptions_attribute.classInnerClasses_attribute.classLineNumberTable_attribute.classLocalVariableTable_attribute.classLocalVariableTypeTable_attribute.classMethodParameters_attribute.classNestHost_attribute.classNestMembers_attribute.classA class representingRuntimeVisibleAnnotations_attributeandRuntimeInvisibleAnnotations_attribute.classSignature_attribute.classSourceFile_attribute.classAnotherstack_mapattribute defined in CLDC 1.1 for J2ME.classstack_mapattribute.classSynthetic_attribute.classA class representingRuntimeVisibleTypeAnnotationsattribute andRuntimeInvisibleTypeAnnotationsattribute.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.attributesprivate List<AttributeInfo>CodeAttribute.attributesMethods 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 AttributeInfoAttributeInfo.lookup(List<AttributeInfo> attributes, String name) (package private) static AttributeInfoAttributeInfo.read(ConstPool cp, DataInputStream in) (package private) static AttributeInfoAttributeInfo.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 TypeMethodDescriptionvoidClassFile.addAttribute(AttributeInfo info) Appends an attribute.voidFieldInfo.addAttribute(AttributeInfo info) Appends an attribute.voidMethodInfo.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 intAttributeInfo.getLength(List<AttributeInfo> attributes) (package private) static voidAttributeInfo.getRefClasses(List<AttributeInfo> attributes, Map<String, String> classnames) (package private) static AttributeInfoAttributeInfo.lookup(List<AttributeInfo> attributes, String name) (package private) static voidClassFilePrinter.printAttributes(List<AttributeInfo> list, PrintWriter out, char kind) (package private) static AttributeInfoAttributeInfo.remove(List<AttributeInfo> attributes, String name) (package private) static voidAttributeInfo.renameClass(List<AttributeInfo> attributes, String oldname, String newname) (package private) static voidAttributeInfo.renameClass(List<AttributeInfo> attributes, Map<String, String> classnames) (package private) static voidAttributeInfo.writeAll(List<AttributeInfo> attributes, DataOutputStream out)