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

java.lang.Object
  extended by com.google.gwt.resources.css.ast.CssProperty.Value
      extended by com.google.gwt.resources.css.ast.CssProperty.IdentValue
          extended by com.google.gwt.resources.css.ast.CssProperty.TokenValue
Enclosing class:
CssProperty

public static class CssProperty.TokenValue
extends CssProperty.IdentValue

Represents a token in the CSS source.


Constructor Summary
CssProperty.TokenValue(java.lang.String token)
           
 
Method Summary
 boolean isSpaceRequired()
           
 
Methods inherited from class com.google.gwt.resources.css.ast.CssProperty.IdentValue
getExpression, getIdent, isIdentValue, toCss
 
Methods inherited from class com.google.gwt.resources.css.ast.CssProperty.Value
isDotPathValue, isExpressionValue, isListValue, isNumberValue, isStringValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CssProperty.TokenValue

public CssProperty.TokenValue(java.lang.String token)
Method Detail

isSpaceRequired

public boolean isSpaceRequired()
Overrides:
isSpaceRequired in class CssProperty.Value