GWT 2.7.0

com.google.gwt.resources.converter
Class CssElse

java.lang.Object
  extended by com.google.gwt.resources.css.ast.CssNode
      extended by 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
CssElse()
           
 
Method Summary
 java.util.List<com.google.gwt.resources.css.ast.CssNode> getNodes()
           
 boolean isStatic()
           
 void traverse(com.google.gwt.resources.css.ast.CssVisitor visitor, com.google.gwt.resources.css.ast.Context context)
           
 
Methods inherited from class com.google.gwt.resources.css.ast.CssNode
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CssElse

public CssElse()
Method Detail

getNodes

public java.util.List<com.google.gwt.resources.css.ast.CssNode> getNodes()
Specified by:
getNodes in interface com.google.gwt.resources.css.ast.HasNodes

isStatic

public boolean isStatic()
Specified by:
isStatic in class com.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 interface com.google.gwt.resources.css.ast.CssVisitable

GWT 2.7.0