Interface CSSExpressionValue

All Superinterfaces:
Cloneable, CSSPrimitiveValue, CSSTypedValue, CSSValue
All Known Implementing Classes:
CalcValue, ExpressionValue

public interface CSSExpressionValue extends CSSTypedValue
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: CSSValue
      Creates and returns a copy of this value.
      Specified by:
      clone in interface CSSValue
      Returns:
      a clone of this value.