public class Variable extends Expression
| Constructor and Description |
|---|
Variable(HiddenTokenAwareTree underlyingStructure,
String name) |
| 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() |
void |
setName(String name) |
String |
toString() |
splitByCommaaddOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSource, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic Variable(HiddenTokenAwareTree underlyingStructure, String name)
public String getName()
public void setName(String name)
public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic Variable clone()
clone in class ExpressionCopyright © 2012-2013. All Rights Reserved.