Package org.fife.rsta.ac.java.classreader.attributes
package org.fife.rsta.ac.java.classreader.attributes
Attributes in a class file.
-
ClassesClassDescriptionRepresents an "attribute_info" structure in a class file.A variable-length attribute used in the attributes table of
MethodInfostructures.The "ConstantValue" attribute, as defined by 4.7.2 of the JVM specification.Implementation of the "Exceptions" attribute found inMethodInfos.The Signature attribute is an optional fixed-length attribute in the attribute table of the ClassFile, field_info and method_info structures.TheSourceFileattribute, an optional fixed-length attribute in the attributes table of aClassFile.An attribute that is unknown/unsupported by this decompiler.