Uses of Class
org.fife.rsta.ac.java.classreader.attributes.AttributeInfo
Packages that use AttributeInfo
Package
Description
Classes that help you parse and model a class file's contents.
Attributes in a class file.
-
Uses of AttributeInfo in org.fife.rsta.ac.java.classreader
Fields in org.fife.rsta.ac.java.classreader declared as AttributeInfoModifier and TypeFieldDescriptionprivate AttributeInfo[]ClassFile.attributesAttributes of this class or interface.Fields in org.fife.rsta.ac.java.classreader with type parameters of type AttributeInfoModifier and TypeFieldDescriptionprivate List<AttributeInfo> FieldInfo.attributesAn array of attributes of this field.private List<AttributeInfo> MethodInfo.attributesAll attributes of this method that aren't explicitly covered by the private membersMethodInfo.signatureAttrandMethodInfo.codeAttr.Methods in org.fife.rsta.ac.java.classreader that return AttributeInfoModifier and TypeMethodDescriptionClassFile.getAttribute(int index) Returns the specified attribute of this class file.FieldInfo.getAttribute(int index) Returns the specified attribute.MethodInfo.getAttribute(int index) Returns the specified attribute.private AttributeInfoClassFile.readAttribute(DataInputStream in) Reads a single attribute of this class file.private AttributeInfoFieldInfo.readAttribute(DataInputStream in) Reads an attribute for this field from an input stream.protected AttributeInfoMemberInfo.readAttribute(DataInputStream in, String attrName, int attrLength) Reads attributes common to all members.private AttributeInfoMethodInfo.readAttribute(DataInputStream in) Reads an attribute for this method from the specified input stream.Methods in org.fife.rsta.ac.java.classreader with parameters of type AttributeInfoModifier and TypeMethodDescriptionvoidFieldInfo.addAttribute(AttributeInfo info) Adds the specified attribute to this field.private voidMethodInfo.addAttribute(AttributeInfo info) Adds the specified attribute to this field. -
Uses of AttributeInfo in org.fife.rsta.ac.java.classreader.attributes
Subclasses of AttributeInfo in org.fife.rsta.ac.java.classreader.attributesModifier and TypeClassDescriptionclassA variable-length attribute used in the attributes table ofMethodInfostructures.classThe "ConstantValue" attribute, as defined by 4.7.2 of the JVM specification.classImplementation of the "Exceptions" attribute found inMethodInfos.classThe Signature attribute is an optional fixed-length attribute in the attribute table of the ClassFile, field_info and method_info structures.classTheSourceFileattribute, an optional fixed-length attribute in the attributes table of aClassFile.classAn attribute that is unknown/unsupported by this decompiler.Fields in org.fife.rsta.ac.java.classreader.attributes with type parameters of type AttributeInfoModifier and TypeFieldDescriptionprivate List<AttributeInfo> Code.attributesAttributes of thisCodeattribute.Methods in org.fife.rsta.ac.java.classreader.attributes that return AttributeInfoModifier and TypeMethodDescriptionprivate AttributeInfoCode.readAttribute(DataInputStream in) Reads an attribute for thisCodeattribute from an input stream.