public class NestedSelectorAppender extends SelectorPart
| Constructor and Description |
|---|
NestedSelectorAppender(HiddenTokenAwareTree underlyingStructure,
boolean directlyBefore,
boolean directlyAfter) |
| Modifier and Type | Method and Description |
|---|---|
NestedSelectorAppender |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
Selector |
getParentAsSelector() |
ASTCssNodeType |
getType() |
boolean |
isAppender() |
boolean |
isDirectlyAfter() |
boolean |
isDirectlyBefore() |
void |
setDirectlyAfter(boolean directlyAfter) |
void |
setDirectlyBefore(boolean directlyBefore) |
void |
setParent(ASTCssNode parent)
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
String |
toString() |
isClassesAndIdsOnlySelectoraddOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSource, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setTrailingComments, setUnderlyingStructurepublic NestedSelectorAppender(HiddenTokenAwareTree underlyingStructure, boolean directlyBefore, boolean directlyAfter)
public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic boolean isDirectlyBefore()
public void setDirectlyBefore(boolean directlyBefore)
public boolean isDirectlyAfter()
public void setDirectlyAfter(boolean directlyAfter)
public ASTCssNodeType getType()
getType in class ASTCssNodepublic NestedSelectorAppender clone()
clone in class SelectorPartpublic boolean isAppender()
isAppender in class SelectorPartpublic void setParent(ASTCssNode parent)
ASTCssNodesetParent in class ASTCssNodepublic Selector getParentAsSelector()
Copyright © 2012-2013. All Rights Reserved.