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