Uses of Class
attr.attrInfo

Packages that use attrInfo
attr The attr package contains the class hierarcy that is used to represent the Java Virtual Machine class file attributes. 
classfile This package contains Java code to read and display the contents of a Java Virtual Machine class file. 
 

Uses of attrInfo in attr
 

Subclasses of attrInfo in attr
 class codeAttr
          Attribute for the byte code for a Java method.
 class constValueAttr
          Represent a ConstantValue attribute.
 class deprecAttr
           This class represents the depreciated attribute.
 class exceptAttr
          This class represents the exceptions attribute.
 class innerClassAttr
           This object represents the Java class file inner class information.
 class lineNumTabAttr
          This class represents the line number table attribute.
(package private)  class localVarTabAttr
           This object represents the local variable table.
 class srcFileAttr
          This object represents the source file attribute.
 class synthAttr
          Represent a JVM class file synthetic attribute.
 

Fields in attr declared as attrInfo
private  attrInfo[] codeAttr.codeAttributes
           
 

Methods in attr that return attrInfo
static attrInfo attrFactory.allocAttr(java.io.DataInputStream dStream, constPool constPoolSec)
          Read data from the class file and allocate the correct attribute subclass.
 

Uses of attrInfo in classfile
 

Fields in classfile declared as attrInfo
(package private)  attrInfo[] fieldInfo.attributes
           
(package private)  attrInfo[] methodInfo.attributes
           
(package private)  attrInfo[] classAttrSec.classAttrTab