public class DetachedRuleset extends Expression implements BodyOwner<GeneralBody>
| Constructor and Description |
|---|
DetachedRuleset(HiddenTokenAwareTree token,
GeneralBody body) |
| Modifier and Type | Method and Description |
|---|---|
DetachedRuleset |
clone() |
GeneralBody |
getBody() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
ASTCssNodeType |
getType() |
void |
setBody(GeneralBody body) |
getScope, hasScope, setScope, splitByCommaaddOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructure, toStringpublic DetachedRuleset(HiddenTokenAwareTree token, GeneralBody body)
public GeneralBody getBody()
getBody in interface BodyOwner<GeneralBody>public void setBody(GeneralBody body)
setBody in interface BodyOwner<GeneralBody>@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic DetachedRuleset clone()
clone in interface BodyOwner<GeneralBody>clone in interface PubliclyCloneableclone in class ExpressionCopyright © 2012-2015. All Rights Reserved.