org.apache.bcel.classfile
public class ArrayElementValue extends ElementValue
Constructor Summary | |
---|---|
ArrayElementValue(int type, ElementValue[] datums, ConstantPool cpool) |
Method Summary | |
---|---|
void | dump(DataOutputStream dos) |
ElementValue[] | getElementValuesArray() |
int | getElementValuesArraySize() |
String | stringifyValue() |
String | toString() |