public class SimpleValue
extends com.google.gwt.resources.css.ast.CssProperty.Value
Constructor and Description |
---|
SimpleValue(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExpression()
Generate a Java expression whose execution results in the value.
|
java.lang.String |
toCss()
Generate a CSS expression that represents the Value.
|
public java.lang.String toCss()
com.google.gwt.resources.css.ast.CssProperty.Value
toCss
in class com.google.gwt.resources.css.ast.CssProperty.Value
public java.lang.String getExpression()
com.google.gwt.resources.css.ast.CssProperty.Value
getExpression
in class com.google.gwt.resources.css.ast.CssProperty.Value