com.google.gwt.resources.css.ast
Class CssProperty.DotPathValue
java.lang.Object
com.google.gwt.resources.css.ast.CssProperty.Value
com.google.gwt.resources.css.ast.CssProperty.DotPathValue
- Enclosing class:
- CssProperty
public static class CssProperty.DotPathValue
- extends CssProperty.Value
Represents a sequence of no-arg method invocations.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CssProperty.DotPathValue
public CssProperty.DotPathValue(java.lang.String path)
CssProperty.DotPathValue
public CssProperty.DotPathValue(java.lang.String path,
java.lang.String suffix)
getExpression
public java.lang.String getExpression()
- Description copied from class:
CssProperty.Value
- Generate a Java expression whose execution results in the value.
- Specified by:
getExpression in class CssProperty.Value
getParts
public java.util.List<java.lang.String> getParts()
getPath
public java.lang.String getPath()
getSuffix
public java.lang.String getSuffix()
isDotPathValue
public CssProperty.DotPathValue isDotPathValue()
- Overrides:
isDotPathValue in class CssProperty.Value
toCss
public java.lang.String toCss()
- Description copied from class:
CssProperty.Value
- Generate a CSS expression that represents the Value.
- Specified by:
toCss in class CssProperty.Value