public class SelectorCombinator extends ASTCssNode implements Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
SelectorCombinator.Combinator |
| Constructor and Description |
|---|
SelectorCombinator(HiddenTokenAwareTree underlyingStructure) |
SelectorCombinator(HiddenTokenAwareTree underlyingStructure,
SelectorCombinator.Combinator combinator) |
| Modifier and Type | Method and Description |
|---|---|
SelectorCombinator |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
SelectorCombinator.Combinator |
getCombinator() |
ASTCssNodeType |
getType() |
void |
setCombinator(SelectorCombinator.Combinator combinator) |
String |
toString() |
addOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic SelectorCombinator(HiddenTokenAwareTree underlyingStructure)
public SelectorCombinator(HiddenTokenAwareTree underlyingStructure, SelectorCombinator.Combinator combinator)
public SelectorCombinator.Combinator getCombinator()
public void setCombinator(SelectorCombinator.Combinator combinator)
public ASTCssNodeType getType()
getType in class ASTCssNodepublic List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic SelectorCombinator clone()
clone in class ASTCssNodeCopyright © 2012-2013. All Rights Reserved.