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