Uses of Class
org.apache.jdo.impl.enhancer.classfile.ClassAttribute

Packages that use ClassAttribute
org.apache.jdo.impl.enhancer.classfile   
 

Uses of ClassAttribute in org.apache.jdo.impl.enhancer.classfile
 

Subclasses of ClassAttribute in org.apache.jdo.impl.enhancer.classfile
 class AnnotatedClassAttribute
          AnnotatedClassAttribute represents a class level attribute class file which identifies the level of annotation of the class.
 class AnnotatedMethodAttribute
          AnnotatedMethodAttribute represents a class level attribute class file which identifies the level of annotation of the class.
 class CodeAttribute
          Subtype of ClassAttribute which describes the "Code" attribute associated with a method.
 class ConstantValueAttribute
          ConstantValueAttribute represents a constant value attribute in a class file.
 class ExceptionsAttribute
          ExceptionsAttribute represents a method attribute in a class file listing the checked exceptions for the method.
 class GenericAttribute
          GenericAttribute represents a class attribute in a class file which is not recognized as any supported attribute type.
 class LineNumberTableAttribute
          LineNumberTableAttribute represents a line number table attribute within a CodeAttribute within a class file
 class LocalVariableTableAttribute
          Represents the LocalVariableTable attribute within a method in a class file.
 class SignatureAttribute
          A SignatureAttribute is a fixed-length attribute in the attributes table of ClassFile, ClassField, and ClassMethod structures.
 class SourceFileAttribute
          Represents the source file attribute in a class file
 class SyntheticAttribute
          A SyntheticAttribute is a fixed-length attribute in the attributes table of ClassFile, ClassField, and ClassMethod structures.
 

Fields in org.apache.jdo.impl.enhancer.classfile declared as ClassAttribute
private  ClassAttribute[] AttributeVector.attributes
           
 

Methods in org.apache.jdo.impl.enhancer.classfile that return ClassAttribute
(package private) static ClassAttribute ClassAttribute.read(java.io.DataInputStream data, ConstantPool pool)
          General attribute reader
(package private) static ClassAttribute ClassAttribute.read(java.io.DataInputStream data, CodeEnv env)
           
private  ClassAttribute AttributeVector.attrAt(int i)
          Returns the i'th attribute in the array
 ClassAttribute AttributeVector.findAttribute(java.lang.String attrName)
          Look for an attribute of a specific name
 

Methods in org.apache.jdo.impl.enhancer.classfile with parameters of type ClassAttribute
 void AttributeVector.addElement(ClassAttribute attr)
          Add an element to the vector