public class NamedExpression extends IdentifierExpression
| Constructor and Description |
|---|
NamedExpression(HiddenTokenAwareTree underlyingStructure) |
NamedExpression(HiddenTokenAwareTree underlyingStructure,
String name,
Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
NamedExpression |
clone() |
List<ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters and
setters consistent.
|
Expression |
getExpression() |
String |
getName() |
ASTCssNodeType |
getType() |
void |
setExpression(Expression expression) |
void |
setName(String name) |
getValue, setValue, toStringsplitByCommaaddOpeningComments, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructurepublic NamedExpression(HiddenTokenAwareTree underlyingStructure, String name, Expression expression)
public NamedExpression(HiddenTokenAwareTree underlyingStructure)
public Expression getExpression()
public void setExpression(Expression expression)
public String getName()
public void setName(String name)
@NotAstProperty public List<ASTCssNode> getChilds()
ASTCssNodegetChilds in class IdentifierExpressionpublic ASTCssNodeType getType()
getType in class IdentifierExpressionpublic NamedExpression clone()
clone in interface PubliclyCloneableclone in class IdentifierExpressionCopyright © 2012-2014. All Rights Reserved.