
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, isStringValuepublic ExpressionValue(String expression)
public String getExpression()
CssProperty.ValuegetExpression in class CssProperty.Valuepublic CssProperty.ExpressionValue isExpressionValue()
isExpressionValue in class CssProperty.Valuepublic boolean isStatic()
CssProperty.ValueisStatic in class CssProperty.ValueCssNode.isStatic()public String toCss()
CssProperty.ValuetoCss in class CssProperty.Valuepublic String toString()
toString in class CssProperty.ValueCopyright © 2018. All rights reserved.