Package org.aspectj.weaver
Class SimpleAnnotationValue
java.lang.Object
org.aspectj.weaver.AnnotationValue
org.aspectj.weaver.SimpleAnnotationValue
-
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
ConstructorsConstructorDescriptionSimpleAnnotationValue(int kind)SimpleAnnotationValue(int kind, Object value) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetValueByte(byte b)voidsetValueChar(char c)voidsetValueInt(int i)voidsetValueString(String s)toString()Methods inherited from class org.aspectj.weaver.AnnotationValue
whatKindIsThis
-
Constructor Details
-
SimpleAnnotationValue
public SimpleAnnotationValue(int kind) -
SimpleAnnotationValue
-
-
Method Details
-
setValueString
-
setValueByte
public void setValueByte(byte b) -
setValueChar
public void setValueChar(char c) -
setValueInt
public void setValueInt(int i) -
stringify
- Specified by:
stringifyin classAnnotationValue
-
toString
-