Package | Description |
---|---|
org.apache.jdo.impl.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 |
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.
|
Modifier and Type | Method and Description |
---|---|
ClassAttribute |
AttributeVector.findAttribute(java.lang.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 © 2005-2012 Apache Software Foundation. All Rights Reserved.