|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.bcel.classfile.ElementValue
org.apache.bcel.classfile.AnnotationElementValue
public class AnnotationElementValue
| Field Summary |
|---|
| Fields inherited from class org.apache.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 |
| Constructor Summary | |
|---|---|
AnnotationElementValue(int type,
AnnotationEntry annotationEntry,
ConstantPool cpool)
|
|
| Method Summary | |
|---|---|
void |
dump(java.io.DataOutputStream dos)
|
AnnotationEntry |
getAnnotationEntry()
|
java.lang.String |
stringifyValue()
|
java.lang.String |
toString()
|
| Methods inherited from class org.apache.bcel.classfile.ElementValue |
|---|
getElementValueType, readElementValue, toShortString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationElementValue(int type,
AnnotationEntry annotationEntry,
ConstantPool cpool)
| Method Detail |
|---|
public void dump(java.io.DataOutputStream dos)
throws java.io.IOException
dump in class ElementValuejava.io.IOExceptionpublic java.lang.String stringifyValue()
stringifyValue in class ElementValuepublic java.lang.String toString()
toString in class ElementValuepublic AnnotationEntry getAnnotationEntry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||