Interface CSSLexicalValue

All Superinterfaces:
Cloneable, CSSPrimitiveValue, CSSValue
All Known Implementing Classes:
LexicalValue

public interface CSSLexicalValue extends CSSPrimitiveValue
A value that contains a var value as part of its declaration.
  • Method Details

    • getLexicalUnit

      LexicalUnit getLexicalUnit()
      Get the first lexical unit of this lexical-level value.
      Returns:
      the first lexical unit.
    • getFinalType

      CSSValue.Type getFinalType()
      Get the expected final type after var substitution.
      Returns:
      the expected final primitive type, UNKNOWN if the final value is either a list or could not be determined.