Uses of Class
javassist.bytecode.AttributeInfo
-
Uses of AttributeInfo in javassist.bytecode
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionClassFile.getAttributes()
Returns all the attributes.CodeAttribute.getAttributes()
Returnsattributes[]
.FieldInfo.getAttributes()
Returns all the attributes.MethodInfo.getAttributes()
Returns all the attributes.Modifier 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.