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.HasNodesRepresents a else node in the css ast.
-
-
Constructor Summary
Constructors Constructor Description CssElse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<com.google.gwt.resources.css.ast.CssNode>getNodes()booleanisStatic()Indicates whether or not the CssNode requires runtime evaluation.voidtraverse(com.google.gwt.resources.css.ast.CssVisitor visitor, com.google.gwt.resources.css.ast.Context context)
-
-
-
Method Detail
-
getNodes
public java.util.List<com.google.gwt.resources.css.ast.CssNode> getNodes()
- Specified by:
getNodesin interfacecom.google.gwt.resources.css.ast.HasNodes
-
isStatic
public boolean isStatic()
Description copied from class:com.google.gwt.resources.css.ast.CssNodeIndicates whether or not the CssNode requires runtime evaluation. This method should not include any information from child nodes.- Specified by:
isStaticin 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:
traversein interfacecom.google.gwt.resources.css.ast.CssVisitable
-
-