Uses of Package
org.fife.rsta.ac.java.classreader.attributes
Packages that use org.fife.rsta.ac.java.classreader.attributes
Package
Description
Classes that help you parse and model a class file's contents.
Attributes in a class file.
-
Classes in org.fife.rsta.ac.java.classreader.attributes used by org.fife.rsta.ac.java.classreaderClassDescriptionRepresents 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.The Signature attribute is an optional fixed-length attribute in the attribute table of the ClassFile, field_info and method_info structures. -
Classes in org.fife.rsta.ac.java.classreader.attributes used by org.fife.rsta.ac.java.classreader.attributesClassDescriptionRepresents an "attribute_info" structure in a class file.A variable-length attribute used in the attributes table of
MethodInfostructures.An attribute that is unknown/unsupported by this decompiler.