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

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

public static class CssProperty.DotPathValue
extends CssProperty.Value

Represents a sequence of no-arg method invocations.


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

Constructor Detail

CssProperty.DotPathValue

public CssProperty.DotPathValue(java.lang.String path)

CssProperty.DotPathValue

public CssProperty.DotPathValue(java.lang.String path,
                                java.lang.String suffix)
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

getParts

public java.util.List<java.lang.String> getParts()

getPath

public java.lang.String getPath()

getSuffix

public java.lang.String getSuffix()

isDotPathValue

public CssProperty.DotPathValue isDotPathValue()
Overrides:
isDotPathValue 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