Class ArrayElementValue

java.lang.Object
org.apache.tomcat.util.bcel.classfile.ElementValue
org.apache.tomcat.util.bcel.classfile.ArrayElementValue

public class ArrayElementValue extends ElementValue
Element value that represents an array of element values.
  • Method Details

    • getElementValuesArray

      public ElementValue[] getElementValuesArray()
      Returns the array of element values.
      Returns:
      the array of element values
    • stringifyValue

      public String stringifyValue()
      Description copied from class: ElementValue
      Returns a string representation of this element value.
      Specified by:
      stringifyValue in class ElementValue
      Returns:
      the string representation