Interface CSSExpressionValue

All Superinterfaces:
Cloneable, CSSPrimitiveValue, CSSPrimitiveValue2, CSSValue, ExtendedCSSPrimitiveValue, ExtendedCSSValue
All Known Implementing Classes:
CalcValue, ExpressionValue

public interface CSSExpressionValue extends ExtendedCSSPrimitiveValue
A primitive value containing an expression (like calc()).
  • Method Details

    • getExpression

      CSSExpression getExpression()
      Get the root expression corresponding to this calc() value.
      Returns:
      the expression.
    • clone

      Description copied from interface: ExtendedCSSValue
      Creates and returns a copy of this value.
      Specified by:
      clone in interface ExtendedCSSValue
      Returns:
      a clone of this value.