com.tc.backport175.bytecode
Class AnnotationElement

java.lang.Object
  extended by com.tc.backport175.bytecode.AnnotationElement
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AnnotationElement.Annotation, AnnotationElement.Array, AnnotationElement.Enum, AnnotationElement.NamedValue

public class AnnotationElement
extends java.lang.Object
implements java.io.Serializable

Abstractions for the different reader elements.

Author:
Jonas Bonér
See Also:
Serialized Form

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

DEFAULT_VALUE_NAME

public static final java.lang.String DEFAULT_VALUE_NAME
See Also:
Constant Field Values
Constructor Detail

AnnotationElement

public AnnotationElement()


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.