public static class

CssProperty.IdentValue

extends CssProperty.Value
java.lang.Object
   ↳ com.google.gwt.resources.css.ast.CssProperty.Value
     ↳ com.google.gwt.resources.css.ast.CssProperty.IdentValue
Known Direct Subclasses

Class Overview

Represents an identifier in the CSS source.

Summary

Public Constructors
CssProperty.IdentValue(String ident)
Public Methods
String getExpression()
Generate a Java expression whose execution results in the value.
String getIdent()
CssProperty.IdentValue isIdentValue()
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.IdentValue (String ident)

Public Methods

public String getExpression ()

Generate a Java expression whose execution results in the value.

public String getIdent ()

public CssProperty.IdentValue isIdentValue ()

public String toCss ()

Generate a CSS expression that represents the Value.