Class CSSFunctionValue

    • Constructor Detail

      • CSSFunctionValue

        public CSSFunctionValue​(String functionName,
                                CSSValue[] parameters)
    • Method Detail

      • getFunctionName

        public String getFunctionName()
      • getParameters

        public CSSValue[] getParameters()
      • toString

        public String toString()
        Returns a string representation of the object.
        Overrides:
        toString in class Object
        Returns:
        a string representation of the object.
      • equals

        public boolean equals​(Object obj)
        Determines if this instance of the object is equals to another Object
        Overrides:
        equals in class Object
        Returns:
        true if the supplied object is equivalent to this object, false otherwise