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) |
getScope, hasScope, setScope, splitByCommaaddOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructure, toStringpublic 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 ASTCssNode@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic FunctionExpression clone()
clone in interface PubliclyCloneableclone in class ExpressionCopyright © 2012-2015. All Rights Reserved.