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