|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.backport175.reader.bytecode.AnnotationElement
public class AnnotationElement
Abstractions for the different reader elements.
| Nested Class Summary | |
|---|---|
static class |
AnnotationElement.Annotation
Abstraction for the annotation element type. |
static class |
AnnotationElement.Array
Abstraction for the array element type. |
static class |
AnnotationElement.Enum
Abstraction for the enum (Java 5 enum) element type. |
static class |
AnnotationElement.NamedValue
Abstraction for the named value type. |
static interface |
AnnotationElement.NestedAnnotationElement
Interface for the nested annotation element type. |
static class |
AnnotationElement.Type
Enum for the different annotation element types. |
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_VALUE_NAME
|
| Constructor Summary | |
|---|---|
AnnotationElement()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_VALUE_NAME
| Constructor Detail |
|---|
public AnnotationElement()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||