public class Variable extends Expression
| Constructor and Description |
|---|
Variable(HiddenTokenAwareTree underlyingStructure,
String name) |
Variable(HiddenTokenAwareTree underlyingStructure,
String name,
boolean hasInterpolatedForm) |
| Modifier and Type | Method and Description |
|---|---|
Variable |
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() |
boolean |
hasInterpolatedForm() |
void |
setInterpolatedForm(boolean has) |
void |
setName(String name) |
String |
toString() |
splitByCommaaddOpeningComments, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructurepublic Variable(HiddenTokenAwareTree underlyingStructure, String name)
public Variable(HiddenTokenAwareTree underlyingStructure, String name, boolean hasInterpolatedForm)
public String getName()
public void setName(String name)
public boolean hasInterpolatedForm()
public void setInterpolatedForm(boolean has)
@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic Variable clone()
clone in interface PubliclyCloneableclone in class ExpressionCopyright © 2012-2014. All Rights Reserved.