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
ConstructorDescriptionSimpleAnnotationValue
(int kind) SimpleAnnotationValue
(int kind, Object value) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setValueByte
(byte b) void
setValueChar
(char c) void
setValueInt
(int i) void
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:
stringify
in classAnnotationValue
-
toString
-