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.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 TypeMethodDescriptionvoid
ClassFile.addAttribute
(AttributeInfo info) Appends an attribute.void
FieldInfo.addAttribute
(AttributeInfo info) Appends an attribute.void
MethodInfo.addAttribute
(AttributeInfo info) Appends an attribute.