public class FunctionExpression extends Expression
| Constructor and Description |
|---|
FunctionExpression(HiddenTokenAwareTree token,
String name,
Expression parameter) |
| Modifier and Type | Method and Description |
|---|---|
FunctionExpression |
clone() |
List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
String |
getName() |
Expression |
getParameter() |
ASTCssNodeType |
getType() |
boolean |
isCssOnlyFunction() |
void |
setName(String name) |
void |
setParameter(Expression parameter) |
splitByCommaaddOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSource, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic FunctionExpression(HiddenTokenAwareTree token, String name, Expression parameter)
public String getName()
public void setName(String name)
public Expression getParameter()
public void setParameter(Expression parameter)
public boolean isCssOnlyFunction()
public ASTCssNodeType getType()
getType in class ASTCssNodepublic List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic FunctionExpression clone()
clone in class ExpressionCopyright © 2012-2013. All Rights Reserved.