org.apache.bcel.generic
public class AnnotationElementValueGen extends ElementValueGen
| Constructor Summary | |
|---|---|
| AnnotationElementValueGen(AnnotationEntryGen a, ConstantPoolGen cpool) | |
| AnnotationElementValueGen(int type, AnnotationEntryGen annotation, ConstantPoolGen cpool) | |
| AnnotationElementValueGen(AnnotationElementValue value, ConstantPoolGen cpool, boolean copyPoolEntries) | |
| Method Summary | |
|---|---|
| void | dump(DataOutputStream dos) |
| AnnotationEntryGen | getAnnotation() |
| ElementValue | getElementValue()
Return immutable variant of this AnnotationElementValueGen |
| String | stringifyValue() |