public class Extend extends ASTCssNode
| Constructor and Description |
|---|
Extend(HiddenTokenAwareTree underlyingStructure) |
Extend(HiddenTokenAwareTree underlyingStructure,
Selector selector) |
Extend(HiddenTokenAwareTree underlyingStructure,
Selector target,
boolean all) |
| Modifier and Type | Method and Description |
|---|---|
Extend |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
Selector |
getParentAsSelector() |
Selector |
getTarget() |
ASTCssNodeType |
getType() |
boolean |
isAll() |
void |
setAll(boolean all) |
void |
setTarget(Selector target) |
addOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructure, toStringpublic Extend(HiddenTokenAwareTree underlyingStructure)
public Extend(HiddenTokenAwareTree underlyingStructure, Selector selector)
public Extend(HiddenTokenAwareTree underlyingStructure, Selector target, boolean all)
public Selector getParentAsSelector()
public boolean isAll()
public void setAll(boolean all)
public Selector getTarget()
public void setTarget(Selector target)
@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic Extend clone()
clone in interface PubliclyCloneableclone in class ASTCssNodeCopyright © 2012-2015. All Rights Reserved.