|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.parsing.nodes.ParseNodeBase
com.aptana.ide.editor.css.parsing.nodes.CSSParseNode
com.aptana.ide.editor.css.parsing.nodes.CSSListNode
public class CSSListNode
| Field Summary |
|---|
| Fields inherited from class com.aptana.ide.editor.css.parsing.nodes.CSSParseNode |
|---|
Empty |
| Constructor Summary | |
|---|---|
CSSListNode(Lexeme startLexeme)
CSSListNode |
|
| Method Summary | |
|---|---|
java.lang.String |
getDelimiter()
getDelimiter |
java.lang.String |
getName()
Gets the name of the node, if any. |
void |
getSource(SourceWriter writer)
getSource |
void |
setDelimiter(java.lang.String delimiter)
setDelimiter |
void |
setListName(java.lang.String listName)
setListName |
| 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, 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 |
|---|
public CSSListNode(Lexeme startLexeme)
startLexeme - | Method Detail |
|---|
public java.lang.String getDelimiter()
public void setDelimiter(java.lang.String delimiter)
delimiter - public void setListName(java.lang.String listName)
listName - public java.lang.String getName()
IParseNode
getName in interface IParseNodegetName in class CSSParseNodeCSSParseNode.getName()public void getSource(SourceWriter writer)
IParseNode
getSource in interface IParseNodegetSource in class ParseNodeBaseParseNodeBase.getSource(com.aptana.ide.io.SourceWriter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||