Package io.sf.carte.doc.style.css
Interface CSSLexicalValue
- All Superinterfaces:
Cloneable
,CSSPrimitiveValue
,CSSValue
- All Known Implementing Classes:
LexicalValue
A value that contains a
var
value as part of its declaration.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.CSSValue
CSSValue.CssType, CSSValue.Type
-
Method Summary
Modifier and TypeMethodDescriptionGet the expected final type aftervar
substitution.Get the first lexical unit of this lexical-level value.Methods inherited from interface io.sf.carte.doc.style.css.CSSPrimitiveValue
getUnitType, isNegativeNumber, setExpectInteger
Methods inherited from interface io.sf.carte.doc.style.css.CSSValue
clone, getCssText, getCssValueType, getMinifiedCssText, getPrimitiveType, matches, setCssText, writeCssText
-
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 aftervar
substitution.- Returns:
- the expected final primitive type,
UNKNOWN
if the final value is either a list or could not be determined.
-