Class CssFunctionArgumentsNode
- java.lang.Object
-
- com.google.common.css.compiler.ast.CssNode
-
- com.google.common.css.compiler.ast.CssNodesListNode<CssValueNode>
-
- com.google.common.css.compiler.ast.CssFunctionArgumentsNode
-
- All Implemented Interfaces:
Locatable
public class CssFunctionArgumentsNode extends CssNodesListNode<CssValueNode>
A list of nodes that are arguments of a function.
-
-
Field Summary
-
Fields inherited from class com.google.common.css.compiler.ast.CssNodesListNode
children
-
-
Constructor Summary
Constructors Constructor Description CssFunctionArgumentsNode()Constructor of a node that contains the arguments of a function.CssFunctionArgumentsNode(CssFunctionArgumentsNode node)Copy constructor.CssFunctionArgumentsNode(java.util.List<CssValueNode> valueNodesList)Constructor of a node with list of arguments to initialize with.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CssFunctionArgumentsNodedeepCopy()-
Methods inherited from class com.google.common.css.compiler.ast.CssNodesListNode
addChildToBack, childIterable, getChildAt, getChildIterator, getChildren, getLastChild, getSourceCodeLocation, isEmpty, isEnclosedWithBraces, numChildren, replaceChildAt, toString
-
Methods inherited from class com.google.common.css.compiler.ast.CssNode
ancestors, appendComment, deepCopyNodes, equals, getComments, getParent, getShouldBeFlipped, getVisitController, hasComment, hashCode, inFunArgs, setComments, setShouldBeFlipped, setSourceCodeLocation
-
-
-
-
Constructor Detail
-
CssFunctionArgumentsNode
public CssFunctionArgumentsNode()
Constructor of a node that contains the arguments of a function.
-
CssFunctionArgumentsNode
public CssFunctionArgumentsNode(java.util.List<CssValueNode> valueNodesList)
Constructor of a node with list of arguments to initialize with.
-
CssFunctionArgumentsNode
public CssFunctionArgumentsNode(CssFunctionArgumentsNode node)
Copy constructor.- Parameters:
node-
-
-
Method Detail
-
deepCopy
public CssFunctionArgumentsNode deepCopy()
-
-