org.apache.bcel.generic
Class ArrayElementValueGen
java.lang.Object
org.apache.bcel.generic.ElementValueGen
org.apache.bcel.generic.ArrayElementValueGen
public class ArrayElementValueGen
- extends ElementValueGen
Fields inherited from class org.apache.bcel.generic.ElementValueGen |
ANNOTATION, ARRAY, CLASS, cpGen, ENUM_CONSTANT, PRIMITIVE_BOOLEAN, PRIMITIVE_BYTE, PRIMITIVE_CHAR, PRIMITIVE_DOUBLE, PRIMITIVE_FLOAT, PRIMITIVE_INT, PRIMITIVE_LONG, PRIMITIVE_SHORT, STRING, type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayElementValueGen
public ArrayElementValueGen(ConstantPoolGen cp)
ArrayElementValueGen
public ArrayElementValueGen(int type,
ElementValue[] datums,
ConstantPoolGen cpool)
ArrayElementValueGen
public ArrayElementValueGen(ArrayElementValue value,
ConstantPoolGen cpool,
boolean copyPoolEntries)
- Parameters:
value
- cpool
-
getElementValue
public ElementValue getElementValue()
- Return immutable variant of this ArrayElementValueGen
- Specified by:
getElementValue
in class ElementValueGen
dump
public void dump(java.io.DataOutputStream dos)
throws java.io.IOException
- Specified by:
dump
in class ElementValueGen
- Throws:
java.io.IOException
stringifyValue
public java.lang.String stringifyValue()
- Specified by:
stringifyValue
in class ElementValueGen
getElementValues
public java.util.List getElementValues()
getElementValuesSize
public int getElementValuesSize()
addElement
public void addElement(ElementValueGen gen)
Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.