org.aspectj.weaver
Class ArrayAnnotationValue

java.lang.Object
  extended by org.aspectj.weaver.AnnotationValue
      extended by org.aspectj.weaver.ArrayAnnotationValue

public class ArrayAnnotationValue
extends AnnotationValue


Field Summary
 
Fields inherited from class org.aspectj.weaver.AnnotationValue
ANNOTATION, ARRAY, CLASS, ENUM_CONSTANT, PRIMITIVE_BOOLEAN, PRIMITIVE_BYTE, PRIMITIVE_CHAR, PRIMITIVE_DOUBLE, PRIMITIVE_FLOAT, PRIMITIVE_INT, PRIMITIVE_LONG, PRIMITIVE_SHORT, STRING, valueKind
 
Constructor Summary
ArrayAnnotationValue()
           
ArrayAnnotationValue(AnnotationValue[] values)
           
 
Method Summary
 AnnotationValue[] getValues()
           
 void setValues(AnnotationValue[] values)
           
 java.lang.String stringify()
           
 java.lang.String toString()
           
 
Methods inherited from class org.aspectj.weaver.AnnotationValue
whatKindIsThis
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArrayAnnotationValue

public ArrayAnnotationValue()

ArrayAnnotationValue

public ArrayAnnotationValue(AnnotationValue[] values)
Method Detail

setValues

public void setValues(AnnotationValue[] values)

getValues

public AnnotationValue[] getValues()

stringify

public java.lang.String stringify()
Specified by:
stringify in class AnnotationValue

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object