Class AnnotationElementValue
- java.lang.Object
-
- org.apache.tomcat.util.bcel.classfile.ElementValue
-
- org.apache.tomcat.util.bcel.classfile.AnnotationElementValue
-
public class AnnotationElementValue extends ElementValue
-
-
Field Summary
-
Fields inherited from class org.apache.tomcat.util.bcel.classfile.ElementValue
ANNOTATION, ARRAY, CLASS, ENUM_CONSTANT, PRIMITIVE_BOOLEAN, PRIMITIVE_BYTE, PRIMITIVE_CHAR, PRIMITIVE_DOUBLE, PRIMITIVE_FLOAT, PRIMITIVE_INT, PRIMITIVE_LONG, PRIMITIVE_SHORT, STRING
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationEntry
getAnnotationEntry()
java.lang.String
stringifyValue()
-
Methods inherited from class org.apache.tomcat.util.bcel.classfile.ElementValue
readElementValue
-
-
-
-
Method Detail
-
stringifyValue
public java.lang.String stringifyValue()
- Specified by:
stringifyValue
in classElementValue
-
getAnnotationEntry
public AnnotationEntry getAnnotationEntry()
-
-