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) |
getParentaddOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getSource, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, 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)
public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic VariableNamePart clone()
clone in class InterpolableNamePartCopyright © 2012-2013. All Rights Reserved.