com.google.gwt.resources.css.ast
Interface HasNodes

All Known Implementing Classes:
CollapsedNode, CssIf, CssMediaRule, CssNoFlip, CssStylesheet

public interface HasNodes

Indicates that the node contains other nodes.


Method Summary
 java.util.List<CssNode> getNodes()
           
 

Method Detail

getNodes

java.util.List<CssNode> getNodes()