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

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

public static class CssProperty.IdentValue
extends CssProperty.Value

Represents an identifier in the CSS source.


Constructor Summary
CssProperty.IdentValue(java.lang.String ident)
           
 
Method Summary
 java.lang.String getExpression()
          Generate a Java expression whose execution results in the value.
 java.lang.String getIdent()
           
 CssProperty.IdentValue isIdentValue()
           
 java.lang.String toCss()
          Generate a CSS expression that represents the Value.
 
Methods inherited from class com.google.gwt.resources.css.ast.CssProperty.Value
isDotPathValue, isExpressionValue, isListValue, isNumberValue, isSpaceRequired, isStringValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CssProperty.IdentValue

public CssProperty.IdentValue(java.lang.String ident)
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

getIdent

public java.lang.String getIdent()

isIdentValue

public CssProperty.IdentValue isIdentValue()
Overrides:
isIdentValue in class CssProperty.Value

toCss

public java.lang.String toCss()
Description copied from class: CssProperty.Value
Generate a CSS expression that represents the Value.

Specified by:
toCss in class CssProperty.Value