Package org.aspectj.weaver
Klasse SimpleAnnotationValue
java.lang.Object
org.aspectj.weaver.AnnotationValue
org.aspectj.weaver.SimpleAnnotationValue
-
Feldübersicht
Von Klasse geerbte Felder 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 -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSimpleAnnotationValue(int kind) SimpleAnnotationValue(int kind, Object value) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidsetValueByte(byte b) voidsetValueChar(char c) voidsetValueInt(int i) voidtoString()Von Klasse geerbte Methoden org.aspectj.weaver.AnnotationValue
whatKindIsThis
-
Konstruktordetails
-
SimpleAnnotationValue
public SimpleAnnotationValue(int kind) -
SimpleAnnotationValue
-
-
Methodendetails
-
setValueString
-
setValueByte
public void setValueByte(byte b) -
setValueChar
public void setValueChar(char c) -
setValueInt
public void setValueInt(int i) -
stringify
- Angegeben von:
stringifyin KlasseAnnotationValue
-
toString
-