|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tc.backport175.bytecode.AnnotationElement
com.tc.backport175.bytecode.AnnotationElement.Array
public static class AnnotationElement.Array
Abstraction for the array element type.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.tc.backport175.bytecode.AnnotationElement |
---|
AnnotationElement.Annotation, AnnotationElement.Array, AnnotationElement.Enum, AnnotationElement.NamedValue, AnnotationElement.NestedAnnotationElement, AnnotationElement.Type |
Field Summary |
---|
Fields inherited from class com.tc.backport175.bytecode.AnnotationElement |
---|
DEFAULT_VALUE_NAME |
Constructor Summary | |
---|---|
AnnotationElement.Array()
|
Method Summary | |
---|---|
void |
addElement(java.lang.String name,
java.lang.Object element)
|
java.util.List |
getElements()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnnotationElement.Array()
Method Detail |
---|
public void addElement(java.lang.String name, java.lang.Object element)
addElement
in interface AnnotationElement.NestedAnnotationElement
public java.util.List getElements()
getElements
in interface AnnotationElement.NestedAnnotationElement
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |