|
||||||||||
| 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
public class CSSParseNode
| Field Summary | |
|---|---|
static CSSParseNode |
Empty
The default empty node used as a placeholder in parent nodes |
| Constructor Summary | |
|---|---|
CSSParseNode(int typeIndex,
Lexeme startLexeme)
CSSParseNode |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the name of the node, if any. |
| 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 |
| Field Detail |
|---|
public static final CSSParseNode Empty
| Constructor Detail |
|---|
public CSSParseNode(int typeIndex,
Lexeme startLexeme)
typeIndex - startLexeme - | Method Detail |
|---|
public java.lang.String getName()
IParseNode
getName in interface IParseNodegetName in class ParseNodeBaseParseNodeBase.getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||