public static class CssProperty.DotPathValue extends CssProperty.Value
Constructor and Description |
---|
DotPathValue(String path) |
DotPathValue(String path,
String suffix) |
Modifier and Type | Method and Description |
---|---|
String |
getExpression()
Generate a Java expression whose execution results in the value.
|
List<String> |
getParts() |
String |
getPath() |
String |
getSuffix() |
CssProperty.DotPathValue |
isDotPathValue() |
boolean |
isStatic()
Indicates if the value is static.
|
String |
toCss()
Generate a CSS expression that represents the Value.
|
isExpressionValue, isFunctionValue, isIdentValue, isListValue, isNumberValue, isSpaceRequired, isStringValue, toString
public DotPathValue(String path)
public String getExpression()
CssProperty.Value
getExpression
in class CssProperty.Value
public String getPath()
public String getSuffix()
public CssProperty.DotPathValue isDotPathValue()
isDotPathValue
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
Copyright © 2018. All rights reserved.