Class CssRefinerListNode
- java.lang.Object
-
- com.google.common.css.compiler.ast.CssNode
-
- com.google.common.css.compiler.ast.CssNodesListNode<CssRefinerNode>
-
- com.google.common.css.compiler.ast.CssRefinerListNode
-
- All Implemented Interfaces:
Locatable
public class CssRefinerListNode extends CssNodesListNode<CssRefinerNode>
A list of nodes that are refiners of a selector.
-
-
Field Summary
-
Fields inherited from class com.google.common.css.compiler.ast.CssNodesListNode
children
-
-
Constructor Summary
Constructors Constructor Description CssRefinerListNode()Constructor of a list of refiner nodes.CssRefinerListNode(CssRefinerListNode node)Copy constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CssRefinerListNodedeepCopy()-
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
-
CssRefinerListNode
public CssRefinerListNode()
Constructor of a list of refiner nodes.
-
CssRefinerListNode
public CssRefinerListNode(CssRefinerListNode node)
Copy constructor.- Parameters:
node-
-
-
Method Detail
-
deepCopy
public CssRefinerListNode deepCopy()
-
-