org.aspectj.weaver
Class ClassAnnotationValue

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

public class ClassAnnotationValue
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
ClassAnnotationValue(java.lang.String sig)
           
 
Method Summary
 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

ClassAnnotationValue

public ClassAnnotationValue(java.lang.String sig)
Method Detail

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