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

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

public static class CssProperty.ExpressionValue
extends CssProperty.Value

Represents a literal Java expression.


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

Constructor Detail

CssProperty.ExpressionValue

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

isExpressionValue

public CssProperty.ExpressionValue isExpressionValue()
Overrides:
isExpressionValue 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

toString

public java.lang.String toString()
For debugging only.

Overrides:
toString in class CssProperty.Value