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 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.
 

Methods in org.apache.jdo.impl.enhancer.classfile that return ClassAttribute
 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
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.