Class CssImportRuleNode
- java.lang.Object
-
- com.google.common.css.compiler.ast.CssNode
-
- com.google.common.css.compiler.ast.CssNodesListNode<CssValueNode>
-
- com.google.common.css.compiler.ast.CssAtRuleNode
-
- com.google.common.css.compiler.ast.CssImportRuleNode
-
- All Implemented Interfaces:
Locatable
public class CssImportRuleNode extends CssAtRuleNode
A node representing an @import rule.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.common.css.compiler.ast.CssAtRuleNode
CssAtRuleNode.Type
-
-
Field Summary
-
Fields inherited from class com.google.common.css.compiler.ast.CssNodesListNode
children
-
-
Constructor Summary
Constructors Constructor Description CssImportRuleNode()Constructor of an import rule.CssImportRuleNode(CssImportRuleNode node)Copy constructor.CssImportRuleNode(java.util.List<CssCommentNode> comments)Constructor of an import rule.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CssImportRuleNodedeepCopy()-
Methods inherited from class com.google.common.css.compiler.ast.CssAtRuleNode
getBlock, getName, getParameters, getParametersCount, getType, setParameters, toString
-
Methods inherited from class com.google.common.css.compiler.ast.CssNodesListNode
addChildToBack, childIterable, getChildAt, getChildIterator, getChildren, getLastChild, getSourceCodeLocation, isEmpty, isEnclosedWithBraces, numChildren, replaceChildAt
-
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
-
CssImportRuleNode
public CssImportRuleNode()
Constructor of an import rule.
-
CssImportRuleNode
public CssImportRuleNode(java.util.List<CssCommentNode> comments)
Constructor of an import rule.- Parameters:
comments-
-
CssImportRuleNode
public CssImportRuleNode(CssImportRuleNode node)
Copy constructor.- Parameters:
node-
-
-
Method Detail
-
deepCopy
public CssImportRuleNode deepCopy()
-
-