com.google.gwt.resources.css.ast
Class CssProperty.StringValue
java.lang.Object
com.google.gwt.resources.css.ast.CssProperty.Value
com.google.gwt.resources.css.ast.CssProperty.StringValue
- Enclosing class:
- CssProperty
public static class CssProperty.StringValue
- extends CssProperty.Value
Represents one or more quoted string literals.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CssProperty.StringValue
public CssProperty.StringValue(java.lang.String value)
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
getValue
public java.lang.String getValue()
isStringValue
public CssProperty.StringValue isStringValue()
- Overrides:
isStringValue in class CssProperty.Value
toCss
public java.lang.String toCss()
- Returns a escaped, quoted representation of the underlying value.
- Specified by:
toCss in class CssProperty.Value