| Constructor and Description |
|---|
AnnotationWrapper(ClassFile classFile,
DataInput in) |
| Modifier and Type | Method and Description |
|---|---|
ElementValue |
getElement(String name) |
List<ElementValuePair> |
getElementValuePairs() |
int |
getLength() |
String |
getType() |
String |
toString() |
void |
write(DataOutput out) |
public AnnotationWrapper(ClassFile classFile, DataInput in) throws IOException
IOExceptionpublic String getType()
public List<ElementValuePair> getElementValuePairs()
public ElementValue getElement(String name)
public int getLength()
public void write(DataOutput out)
throws IOException
public String toString()
toString in class Object