Uses of Class
javassist.bytecode.AttributeInfo
-
Packages that use AttributeInfo Package Description javassist.bytecode Bytecode-level API. -
-
Uses of AttributeInfo in javassist.bytecode
Subclasses of AttributeInfo in javassist.bytecode Modifier and Type Class Description classAnnotationDefaultAttributeA class representingAnnotationDefault_attribute.classAnnotationsAttributeA class representingRuntimeVisibleAnnotations_attributeandRuntimeInvisibleAnnotations_attribute.classBootstrapMethodsAttributeclassCodeAttributeCode_attribute.classConstantAttributeConstantValue_attribute.classDeprecatedAttributeDeprecated_attribute.classEnclosingMethodAttributeEnclosingMethod_attribute.classExceptionsAttributeExceptions_attribute.classInnerClassesAttributeInnerClasses_attribute.classLineNumberAttributeLineNumberTable_attribute.classLocalVariableAttributeLocalVariableTable_attribute.classLocalVariableTypeAttributeLocalVariableTypeTable_attribute.classMethodParametersAttributeMethodParameters_attribute.classNestHostAttributeNestHost_attribute.classNestMembersAttributeNestMembers_attribute.classParameterAnnotationsAttributeA class representingRuntimeVisibleAnnotations_attributeandRuntimeInvisibleAnnotations_attribute.classSignatureAttributeSignature_attribute.classSourceFileAttributeSourceFile_attribute.classStackMapAnotherstack_mapattribute defined in CLDC 1.1 for J2ME.classStackMapTablestack_mapattribute.classSyntheticAttributeSynthetic_attribute.classTypeAnnotationsAttributeA class representingRuntimeVisibleTypeAnnotationsattribute andRuntimeInvisibleTypeAnnotationsattribute.Fields in javassist.bytecode with type parameters of type AttributeInfo Modifier and Type Field Description (package private) java.util.List<AttributeInfo>FieldInfo. attribute(package private) java.util.List<AttributeInfo>MethodInfo. attribute(package private) java.util.List<AttributeInfo>ClassFile. attributesprivate java.util.List<AttributeInfo>CodeAttribute. attributesMethods in javassist.bytecode that return AttributeInfo Modifier and Type Method Description AttributeInfoAnnotationDefaultAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Copies this attribute and returns a new copy.AttributeInfoAnnotationsAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Copies this attribute and returns a new copy.AttributeInfoAttributeInfo. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoBootstrapMethodsAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoCodeAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoConstantAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoDeprecatedAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoEnclosingMethodAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoExceptionsAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoInnerClassesAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoLineNumberAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoLocalVariableAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoMethodParametersAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoNestHostAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoNestMembersAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoParameterAnnotationsAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Copies this attribute and returns a new copy.AttributeInfoSignatureAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoSourceFileAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoStackMap. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoStackMapTable. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoSyntheticAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoTypeAnnotationsAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Copies this attribute and returns a new copy.AttributeInfoClassFile. getAttribute(java.lang.String name)Returns the attribute with the specified name.AttributeInfoCodeAttribute. getAttribute(java.lang.String name)Returns the attribute with the specified name.AttributeInfoFieldInfo. getAttribute(java.lang.String name)Returns the attribute with the specified name.AttributeInfoMethodInfo. getAttribute(java.lang.String name)Returns the attribute with the specified name.(package private) static AttributeInfoAttributeInfo. lookup(java.util.List<AttributeInfo> attributes, java.lang.String name)(package private) static AttributeInfoAttributeInfo. read(ConstPool cp, java.io.DataInputStream in)(package private) static AttributeInfoAttributeInfo. remove(java.util.List<AttributeInfo> attributes, java.lang.String name)AttributeInfoClassFile. removeAttribute(java.lang.String name)Removes an attribute with the specified name.AttributeInfoFieldInfo. removeAttribute(java.lang.String name)Removes an attribute with the specified name.AttributeInfoMethodInfo. removeAttribute(java.lang.String name)Removes an attribute with the specified name.Methods in javassist.bytecode that return types with arguments of type AttributeInfo Modifier and Type Method Description (package private) static java.util.List<AttributeInfo>AttributeInfo. copyAll(java.util.List<AttributeInfo> attributes, ConstPool cp)java.util.List<AttributeInfo>ClassFile. getAttributes()Returns all the attributes.java.util.List<AttributeInfo>CodeAttribute. getAttributes()Returnsattributes[].java.util.List<AttributeInfo>FieldInfo. getAttributes()Returns all the attributes.java.util.List<AttributeInfo>MethodInfo. getAttributes()Returns all the attributes.Methods in javassist.bytecode with parameters of type AttributeInfo Modifier and Type Method Description voidClassFile. 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 AttributeInfo Modifier and Type Method Description (package private) static java.util.List<AttributeInfo>AttributeInfo. copyAll(java.util.List<AttributeInfo> attributes, ConstPool cp)(package private) static intAttributeInfo. getLength(java.util.List<AttributeInfo> attributes)(package private) static voidAttributeInfo. getRefClasses(java.util.List<AttributeInfo> attributes, java.util.Map<java.lang.String,java.lang.String> classnames)(package private) static AttributeInfoAttributeInfo. lookup(java.util.List<AttributeInfo> attributes, java.lang.String name)(package private) static voidClassFilePrinter. printAttributes(java.util.List<AttributeInfo> list, java.io.PrintWriter out, char kind)(package private) static AttributeInfoAttributeInfo. remove(java.util.List<AttributeInfo> attributes, java.lang.String name)(package private) static voidAttributeInfo. renameClass(java.util.List<AttributeInfo> attributes, java.lang.String oldname, java.lang.String newname)(package private) static voidAttributeInfo. renameClass(java.util.List<AttributeInfo> attributes, java.util.Map<java.lang.String,java.lang.String> classnames)(package private) static voidAttributeInfo. writeAll(java.util.List<AttributeInfo> attributes, java.io.DataOutputStream out)
-