|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeInfo | |
|---|---|
| org.fife.rsta.ac.java.classreader | |
| org.fife.rsta.ac.java.classreader.attributes | |
| Uses of AttributeInfo in org.fife.rsta.ac.java.classreader |
|---|
| Methods in org.fife.rsta.ac.java.classreader that return AttributeInfo | |
|---|---|
AttributeInfo |
MethodInfo.getAttribute(int index)
Returns the specified attribute. |
AttributeInfo |
ClassFile.getAttribute(int index)
Returns the specified attribute of this class file. |
AttributeInfo |
FieldInfo.getAttribute(int index)
Returns the specified attribute. |
protected AttributeInfo |
MemberInfo.readAttribute(DataInputStream in,
String attrName,
int attrLength)
Reads attributes common to all members. |
| Methods in org.fife.rsta.ac.java.classreader with parameters of type AttributeInfo | |
|---|---|
void |
FieldInfo.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.attributes | |
|---|---|
class |
Code
A variable-length attribute used in the attributes table of MethodInfo structures. |
class |
ConstantValue
The " ConstantValue" attribute, as defined by 4.7.2 of the
JVM specification. |
class |
Exceptions
Implementation of the " Exceptions" attribute found in
MethodInfos. |
class |
Signature
The Signature attribute is an optional fixed-length attribute in the attribute table of the ClassFile, field_info and method_info structures. |
class |
SourceFile
The SourceFile attribute, an optional fixed-length attribute
in the attributes table of a ClassFile. |
class |
UnsupportedAttribute
An attribute that is unknown/unsupported by this decompiler. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||