public class CssElse
extends com.google.gwt.resources.css.ast.CssNode
implements com.google.gwt.resources.css.ast.HasNodes
Constructor and Description |
---|
CssElse() |
Modifier and Type | Method and Description |
---|---|
java.util.List<com.google.gwt.resources.css.ast.CssNode> |
getNodes() |
boolean |
isStatic()
Indicates whether or not the CssNode requires runtime evaluation.
|
void |
traverse(com.google.gwt.resources.css.ast.CssVisitor visitor,
com.google.gwt.resources.css.ast.Context context) |
public java.util.List<com.google.gwt.resources.css.ast.CssNode> getNodes()
getNodes
in interface com.google.gwt.resources.css.ast.HasNodes
public boolean isStatic()
com.google.gwt.resources.css.ast.CssNode
isStatic
in class com.google.gwt.resources.css.ast.CssNode
public void traverse(com.google.gwt.resources.css.ast.CssVisitor visitor, com.google.gwt.resources.css.ast.Context context)
traverse
in interface com.google.gwt.resources.css.ast.CssVisitable