| Package | Description |
|---|---|
| com.sun.jdo.api.persistence.enhancer.classfile |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ClassAttribute |
AttributeVector.findAttribute(String attrName)
Look for an attribute of a specific name
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeVector.addElement(ClassAttribute attr)
Add an element to the vector
|
Copyright © 2013. All Rights Reserved.