public static class CssProperty.ExpressionValue extends CssProperty.Value
Constructor and Description |
---|
ExpressionValue(String expression) |
Modifier and Type | Method and Description |
---|---|
String |
getExpression()
Generate a Java expression whose execution results in the value.
|
CssProperty.ExpressionValue |
isExpressionValue() |
boolean |
isStatic()
Indicates if the value is static.
|
String |
toCss()
Generate a CSS expression that represents the Value.
|
String |
toString()
For debugging only.
|
isDotPathValue, isFunctionValue, isIdentValue, isListValue, isNumberValue, isSpaceRequired, isStringValue
public ExpressionValue(String expression)
public String getExpression()
CssProperty.Value
getExpression
in class CssProperty.Value
public CssProperty.ExpressionValue isExpressionValue()
isExpressionValue
in class CssProperty.Value
public boolean isStatic()
CssProperty.Value
isStatic
in class CssProperty.Value
CssNode.isStatic()
public String toCss()
CssProperty.Value
toCss
in class CssProperty.Value
public String toString()
toString
in class CssProperty.Value
Copyright © 2018. All rights reserved.