public class AnnotationElementValue extends ElementValue
ANNOTATION, ARRAY, CLASS, cpool, ENUM_CONSTANT, PRIMITIVE_BOOLEAN, PRIMITIVE_BYTE, PRIMITIVE_CHAR, PRIMITIVE_DOUBLE, PRIMITIVE_FLOAT, PRIMITIVE_INT, PRIMITIVE_LONG, PRIMITIVE_SHORT, STRING, type
Constructor and Description |
---|
AnnotationElementValue(int type,
AnnotationEntry annotationEntry,
ConstantPool cpool) |
Modifier and Type | Method and Description |
---|---|
AnnotationEntry |
getAnnotationEntry() |
String |
stringifyValue() |
readElementValue
public AnnotationElementValue(int type, AnnotationEntry annotationEntry, ConstantPool cpool)
public String stringifyValue()
stringifyValue
in class ElementValue
public AnnotationEntry getAnnotationEntry()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.