Class CssIdSelectorNode
- java.lang.Object
-
- com.google.common.css.compiler.ast.CssNode
-
- com.google.common.css.compiler.ast.CssRefinerNode
-
- com.google.common.css.compiler.ast.CssIdSelectorNode
-
- All Implemented Interfaces:
Locatable
public class CssIdSelectorNode extends CssRefinerNode
ACssRefinerNodeimplementation that represents a selector for an id. For example:#id
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.common.css.compiler.ast.CssRefinerNode
CssRefinerNode.Refiner
-
-
Field Summary
-
Fields inherited from class com.google.common.css.compiler.ast.CssRefinerNode
refinerName, refinerType
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCssIdSelectorNode(CssIdSelectorNode node)CssIdSelectorNode(java.lang.String refinerName, SourceCodeLocation sourceCodeLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CssIdSelectorNodedeepCopy()CssSelectorNode.SpecificitygetSpecificity()-
Methods inherited from class com.google.common.css.compiler.ast.CssRefinerNode
getPrefix, getRefinerName, getRefinerType, getSuffix, toString
-
Methods inherited from class com.google.common.css.compiler.ast.CssNode
ancestors, appendComment, deepCopyNodes, equals, getComments, getParent, getShouldBeFlipped, getSourceCodeLocation, getVisitController, hasComment, hashCode, inFunArgs, setComments, setShouldBeFlipped, setSourceCodeLocation
-
-
-
-
Constructor Detail
-
CssIdSelectorNode
public CssIdSelectorNode(java.lang.String refinerName, SourceCodeLocation sourceCodeLocation)
-
CssIdSelectorNode
protected CssIdSelectorNode(CssIdSelectorNode node)
-
-
Method Detail
-
deepCopy
public CssIdSelectorNode deepCopy()
-
getSpecificity
public CssSelectorNode.Specificity getSpecificity()
- Specified by:
getSpecificityin classCssRefinerNode
-
-