org.apache.bcel.generic
public class AnnotationEntryGen extends Object
| Constructor Summary | |
|---|---|
| AnnotationEntryGen(AnnotationEntry a, ConstantPoolGen cpool, boolean copyPoolEntries)
Here we are taking a fixed annotation of type Annotation and building a
modifiable AnnotationGen object. | |
| AnnotationEntryGen(ObjectType type, List elements, boolean vis, ConstantPoolGen cpool) | |
| Method Summary | |
|---|---|
| void | addElementNameValuePair(ElementValuePairGen evp) |
| void | dump(DataOutputStream dos) |
| AnnotationEntry | getAnnotation()
Retrieve an immutable version of this AnnotationGen |
| int | getTypeIndex() |
| String | getTypeName() |
| String | getTypeSignature() |
| List | getValues()
Returns list of ElementNameValuePair objects |
| boolean | isRuntimeVisible() |
| static AnnotationEntryGen | read(DataInputStream dis, ConstantPoolGen cpool, boolean b) |
| String | toShortString() |
| String | toString() |