Class SimpleValue
java.lang.Object
com.google.gwt.resources.css.ast.CssProperty.Value
com.google.gwt.resources.converter.SimpleValue
public class SimpleValue
extends com.google.gwt.resources.css.ast.CssProperty.Value
A simple property value class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGenerate a Java expression whose execution results in the value.toCss()
Generate a CSS expression that represents the Value.Methods inherited from class com.google.gwt.resources.css.ast.CssProperty.Value
isDotPathValue, isExpressionValue, isFunctionValue, isIdentValue, isListValue, isNumberValue, isSpaceRequired, isStatic, isStringValue, toString
-
Constructor Details
-
SimpleValue
-
-
Method Details
-
toCss
Description copied from class:com.google.gwt.resources.css.ast.CssProperty.Value
Generate a CSS expression that represents the Value.- Specified by:
toCss
in classcom.google.gwt.resources.css.ast.CssProperty.Value
-
getExpression
Description copied from class:com.google.gwt.resources.css.ast.CssProperty.Value
Generate a Java expression whose execution results in the value.- Specified by:
getExpression
in classcom.google.gwt.resources.css.ast.CssProperty.Value
-