com.google.gwt.resources.css.ast
Class CssProperty.StringValue

java.lang.Object
  extended by com.google.gwt.resources.css.ast.CssProperty.Value
      extended by 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.


Constructor Summary
CssProperty.StringValue(java.lang.String value)
           
 
Method Summary
 java.lang.String getExpression()
          Generate a Java expression whose execution results in the value.
 java.lang.String getValue()
           
 CssProperty.StringValue isStringValue()
           
 java.lang.String toCss()
          Returns a escaped, quoted representation of the underlying value.
 
Methods inherited from class com.google.gwt.resources.css.ast.CssProperty.Value
isDotPathValue, isExpressionValue, isIdentValue, isListValue, isNumberValue, isSpaceRequired, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CssProperty.StringValue

public CssProperty.StringValue(java.lang.String value)
Method Detail

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