org.apache.tomcat.util.bcel.classfile
Class AnnotationElementValue
java.lang.Object
org.apache.tomcat.util.bcel.classfile.ElementValue
org.apache.tomcat.util.bcel.classfile.AnnotationElementValue
public class AnnotationElementValue
- extends ElementValue
Fields inherited from class org.apache.tomcat.util.bcel.classfile.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AnnotationElementValue
public AnnotationElementValue(int type,
AnnotationEntry annotationEntry,
ConstantPool cpool)
dump
public void dump(java.io.DataOutputStream dos)
throws java.io.IOException
- Specified by:
dump
in class ElementValue
- Throws:
java.io.IOException
stringifyValue
public java.lang.String stringifyValue()
- Specified by:
stringifyValue
in class ElementValue
toString
public java.lang.String toString()
- Overrides:
toString
in class ElementValue
getAnnotationEntry
public AnnotationEntry getAnnotationEntry()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.