Interface JArrayExpr

  • All Superinterfaces:
    JExpr

    public interface JArrayExpr
    extends JExpr
    An array expression, which can have more values added to it.
    • Method Detail

      • add

        JArrayExpr add​(JExpr value)
        Add an element to this array. Returns this array.
        Parameters:
        value - the value to add
        Returns:
        this array expression
      • elementCount

        int elementCount()
        Get the current number of elements added to this array.
        Returns:
        the number of elements