com.google.gwt.resources.css.ast
Class CssEval
java.lang.Object
com.google.gwt.resources.css.ast.CssNode
com.google.gwt.resources.css.ast.CssDef
com.google.gwt.resources.css.ast.CssEval
- All Implemented Interfaces:
- CssVisitable
public class CssEval
- extends CssDef
A definition that is evaluated at runtime.
|
Constructor Summary |
CssEval(java.lang.String key,
java.lang.String expression)
|
| Methods inherited from class com.google.gwt.resources.css.ast.CssDef |
getKey |
| Methods inherited from class com.google.gwt.resources.css.ast.CssNode |
toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CssEval
public CssEval(java.lang.String key,
java.lang.String expression)
getValues
public java.util.List<CssProperty.Value> getValues()
- Overrides:
getValues in class CssDef
traverse
public void traverse(CssVisitor visitor,
Context context)
- Specified by:
traverse in interface CssVisitable- Overrides:
traverse in class CssDef