public class ArrayElementValue extends ElementValue
ANNOTATION, ARRAY, CLASS, cpool, ENUM_CONSTANT, PRIMITIVE_BOOLEAN, PRIMITIVE_BYTE, PRIMITIVE_CHAR, PRIMITIVE_DOUBLE, PRIMITIVE_FLOAT, PRIMITIVE_INT, PRIMITIVE_LONG, PRIMITIVE_SHORT, STRING, type| Constructor and Description |
|---|
ArrayElementValue(int type,
ElementValue[] datums,
ConstantPool cpool) |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(java.io.DataOutputStream dos) |
ElementValue[] |
getElementValuesArray() |
java.lang.String |
stringifyValue() |
java.lang.String |
toString() |
readElementValuepublic ArrayElementValue(int type,
ElementValue[] datums,
ConstantPool cpool)
public java.lang.String toString()
toString in class ElementValuepublic void dump(java.io.DataOutputStream dos)
throws java.io.IOException
dump in class ElementValuejava.io.IOExceptionpublic java.lang.String stringifyValue()
stringifyValue in class ElementValuepublic ElementValue[] getElementValuesArray()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.