Uses of Class
com.sun.jdo.api.persistence.enhancer.classfile.ClassAttribute

Packages that use ClassAttribute
com.sun.jdo.api.persistence.enhancer.classfile   
 

Uses of ClassAttribute in com.sun.jdo.api.persistence.enhancer.classfile
 

Subclasses of ClassAttribute in com.sun.jdo.api.persistence.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
          SyntheticAttribute represents a constant value attribute in a class file.
 

Methods in com.sun.jdo.api.persistence.enhancer.classfile that return ClassAttribute
 ClassAttribute AttributeVector.findAttribute(String attrName)
          Look for an attribute of a specific name
 

Methods in com.sun.jdo.api.persistence.enhancer.classfile with parameters of type ClassAttribute
 void AttributeVector.addElement(ClassAttribute attr)
          Add an element to the vector
 



Copyright © 2012. All Rights Reserved.