public static class AnnotationData.ElemValuePair extends java.lang.Object implements Data
| Modifier and Type | Field and Description |
|---|---|
(package private) ConstantPool.ConstCell |
name |
(package private) Data |
value |
| Constructor and Description |
|---|
ElemValuePair(ConstantPool.ConstCell name,
Data value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
void |
write(CheckedDataOutputStream out) |
ConstantPool.ConstCell name
Data value
public ElemValuePair(ConstantPool.ConstCell name, Data value)
public void write(CheckedDataOutputStream out) throws java.io.IOException