com.aptana.ide.editor.css.parsing.nodes
Class CSSSelectorNode

java.lang.Object
  extended by com.aptana.ide.parsing.nodes.ParseNodeBase
      extended by com.aptana.ide.editor.css.parsing.nodes.CSSParseNode
          extended by com.aptana.ide.editor.css.parsing.nodes.CSSSelectorNode
All Implemented Interfaces:
IRange, IParseNode

public class CSSSelectorNode
extends CSSParseNode

Author:
Kevin Lindsey

Field Summary
 
Fields inherited from class com.aptana.ide.editor.css.parsing.nodes.CSSParseNode
Empty
 
Constructor Summary
CSSSelectorNode(Lexeme startLexeme)
           
 
Method Summary
 CSSSimpleSelectorNode[] getSimpleSelectors()
          getSimpleSelectors
 
Methods inherited from class com.aptana.ide.editor.css.parsing.nodes.CSSParseNode
getName
 
Methods inherited from class com.aptana.ide.parsing.nodes.ParseNodeBase
appendChild, containsOffset, createAttribute, getAttribute, getAttributeNode, getAttributes, getChild, getChildCount, getChildIndex, getChildren, getEndingLexeme, getEndingOffset, getLanguage, getLength, getNodeAtOffset, getParent, getRootNode, getSource, getSource, getStartingLexeme, getStartingOffset, getText, getType, getTypeIndex, getXML, getXML, hasAttribute, hasAttributes, hasChildren, isEmpty, setAttribute, setEndingLexeme, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSSelectorNode

public CSSSelectorNode(Lexeme startLexeme)
Parameters:
startLexeme -
Method Detail

getSimpleSelectors

public CSSSimpleSelectorNode[] getSimpleSelectors()
getSimpleSelectors

Returns:
CSSSimpleSelectorNode[]