public static class

CssProperty.DotPathValue

extends CssProperty.Value
java.lang.Object
   ↳ com.google.gwt.resources.css.ast.CssProperty.Value
     ↳ com.google.gwt.resources.css.ast.CssProperty.DotPathValue

Class Overview

Represents a sequence of no-arg method invocations.

Summary

Public Constructors
CssProperty.DotPathValue(String path)
CssProperty.DotPathValue(String path, String suffix)
Public Methods
String getExpression()
Generate a Java expression whose execution results in the value.
List<String> getParts()
String getPath()
String getSuffix()
CssProperty.DotPathValue isDotPathValue()
String toCss()
Generate a CSS expression that represents the Value.
[Expand]
Inherited Methods
From class com.google.gwt.resources.css.ast.CssProperty.Value
From class java.lang.Object

Public Constructors

public CssProperty.DotPathValue (String path)

public CssProperty.DotPathValue (String path, String suffix)

Public Methods

public String getExpression ()

Generate a Java expression whose execution results in the value.

public List<String> getParts ()

public String getPath ()

public String getSuffix ()

public CssProperty.DotPathValue isDotPathValue ()

public String toCss ()

Generate a CSS expression that represents the Value.