org.apache.tomcat.util.bcel.classfile
Class ArrayElementValue
java.lang.Object
org.apache.tomcat.util.bcel.classfile.ElementValue
org.apache.tomcat.util.bcel.classfile.ArrayElementValue
public class ArrayElementValue
- extends ElementValue
Fields inherited from class org.apache.tomcat.util.bcel.classfile.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 |
ArrayElementValue
public ArrayElementValue(int type,
ElementValue[] datums,
ConstantPool cpool)
toString
public String toString()
- Overrides:
toString
in class ElementValue
dump
public void dump(DataOutputStream dos)
throws IOException
- Specified by:
dump
in class ElementValue
- Throws:
IOException
stringifyValue
public String stringifyValue()
- Specified by:
stringifyValue
in class ElementValue
getElementValuesArray
public ElementValue[] getElementValuesArray()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.