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