Uses of Package
org.fife.rsta.ac.java.classreader.attributes
-
Packages that use org.fife.rsta.ac.java.classreader.attributes Package Description org.fife.rsta.ac.java.classreader Classes that help you parse and model a class file's contents.org.fife.rsta.ac.java.classreader.attributes Attributes in a class file. -
Classes in org.fife.rsta.ac.java.classreader.attributes used by org.fife.rsta.ac.java.classreader Class Description AttributeInfo Represents an "attribute_info" structure in a class file.Code A variable-length attribute used in the attributes table ofMethodInfostructures.ConstantValue The "ConstantValue" attribute, as defined by 4.7.2 of the JVM specification.Signature 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.attributes Class Description AttributeInfo Represents an "attribute_info" structure in a class file.Code A variable-length attribute used in the attributes table ofMethodInfostructures.Signature.ParamDescriptorResult UnsupportedAttribute An attribute that is unknown/unsupported by this decompiler.