public class DetachedRulesetReference extends ASTCssNode
| Constructor and Description |
|---|
DetachedRulesetReference(HiddenTokenAwareTree token,
Variable variable) |
| Modifier and Type | Method and Description |
|---|---|
DetachedRulesetReference |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
ASTCssNodeType |
getType() |
Variable |
getVariable() |
void |
setVariable(Variable variable) |
String |
toString() |
addOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructurepublic DetachedRulesetReference(HiddenTokenAwareTree token, Variable variable)
public Variable getVariable()
public void setVariable(Variable variable)
@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic String toString()
toString in class ASTCssNodepublic DetachedRulesetReference clone()
clone in interface PubliclyCloneableclone in class ASTCssNodeCopyright © 2012-2015. All Rights Reserved.