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.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.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 TypeMethodDescriptionClassFile.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.