Class CssElse
java.lang.Object
com.google.gwt.resources.css.ast.CssNode
com.google.gwt.resources.converter.CssElse
- All Implemented Interfaces:
com.google.gwt.resources.css.ast.CssVisitable
,com.google.gwt.resources.css.ast.HasNodes
public class CssElse
extends com.google.gwt.resources.css.ast.CssNode
implements com.google.gwt.resources.css.ast.HasNodes
Represents a else node in the css ast.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.google.gwt.resources.css.ast.CssNode
toString
-
Constructor Details
-
CssElse
public CssElse()
-
-
Method Details
-
getNodes
- Specified by:
getNodes
in interfacecom.google.gwt.resources.css.ast.HasNodes
-
isStatic
public boolean isStatic()Description copied from class:com.google.gwt.resources.css.ast.CssNode
Indicates whether or not the CssNode requires runtime evaluation. This method should not include any information from child nodes.- Specified by:
isStatic
in classcom.google.gwt.resources.css.ast.CssNode
-
traverse
public void traverse(com.google.gwt.resources.css.ast.CssVisitor visitor, com.google.gwt.resources.css.ast.Context context) - Specified by:
traverse
in interfacecom.google.gwt.resources.css.ast.CssVisitable
-