public class ElementValueInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ElementValueInfo.EnumConst |
static class |
ElementValueInfo.ResultConst |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
java.lang.Object |
value |
Constructor and Description |
---|
ElementValueInfo(java.lang.String name,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
(package private) static java.lang.Object |
parseElementValue(java.io.DataInput in,
ConstantPool constant_pool) |
(package private) static ElementValueInfo |
parseElementValueInfo(java.io.DataInput in,
ConstantPool constant_pool) |
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
static ElementValueInfo parseElementValueInfo(java.io.DataInput in, ConstantPool constant_pool) throws java.io.IOException
java.io.IOException
static java.lang.Object parseElementValue(java.io.DataInput in, ConstantPool constant_pool) throws java.io.IOException
java.io.IOException