org.apache.bcel.classfile

Class ArrayElementValue

public class ArrayElementValue extends ElementValue

Constructor Summary
ArrayElementValue(int type, ElementValue[] datums, ConstantPool cpool)
Method Summary
voiddump(DataOutputStream dos)
ElementValue[]getElementValuesArray()
intgetElementValuesArraySize()
StringstringifyValue()
StringtoString()

Constructor Detail

ArrayElementValue

public ArrayElementValue(int type, ElementValue[] datums, ConstantPool cpool)

Method Detail

dump

public void dump(DataOutputStream dos)

getElementValuesArray

public ElementValue[] getElementValuesArray()

getElementValuesArraySize

public int getElementValuesArraySize()

stringifyValue

public String stringifyValue()

toString

public String toString()
Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.