org.apache.bcel.classfile

Class AnnotationElementValue

public class AnnotationElementValue extends ElementValue

Constructor Summary
AnnotationElementValue(int type, AnnotationEntry annotationEntry, ConstantPool cpool)
Method Summary
voiddump(DataOutputStream dos)
AnnotationEntrygetAnnotationEntry()
StringstringifyValue()
StringtoString()

Constructor Detail

AnnotationElementValue

public AnnotationElementValue(int type, AnnotationEntry annotationEntry, ConstantPool cpool)

Method Detail

dump

public void dump(DataOutputStream dos)

getAnnotationEntry

public AnnotationEntry getAnnotationEntry()

stringifyValue

public String stringifyValue()

toString

public String toString()
Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.