public class SelectorCombinator extends ASTCssNode implements Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
SelectorCombinator.CombinatorType |
| Constructor and Description |
|---|
SelectorCombinator(HiddenTokenAwareTree underlyingStructure) |
SelectorCombinator(HiddenTokenAwareTree underlyingStructure,
SelectorCombinator.CombinatorType combinator,
String symbol) |
| 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.CombinatorType |
getCombinatorType() |
String |
getSymbol() |
ASTCssNodeType |
getType() |
void |
setCombinator(SelectorCombinator.CombinatorType combinator) |
void |
setSymbol(String symbol) |
String |
toString() |
addOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructurepublic SelectorCombinator(HiddenTokenAwareTree underlyingStructure)
public SelectorCombinator(HiddenTokenAwareTree underlyingStructure, SelectorCombinator.CombinatorType combinator, String symbol)
public SelectorCombinator.CombinatorType getCombinatorType()
public void setCombinator(SelectorCombinator.CombinatorType combinator)
public String getSymbol()
public void setSymbol(String symbol)
public ASTCssNodeType getType()
getType in class ASTCssNode@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic SelectorCombinator clone()
clone in interface PubliclyCloneableclone in class ASTCssNodepublic String toString()
toString in class ASTCssNodeCopyright © 2012-2015. All Rights Reserved.