Class CssLiteralNode
java.lang.Object
com.google.common.css.compiler.ast.CssNode
com.google.common.css.compiler.ast.CssValueNode
com.google.common.css.compiler.ast.CssLiteralNode
- All Implemented Interfaces:
Locatable
- Direct Known Subclasses:
CssLoopVariableNode
A node that holds a CSS literal. Catch-all class for things that don't yet
have their own
CssValueNode subtype in the tree representation.
This is meant to represent a leaf node so it lacks child nodes.
-
Constructor Summary
ConstructorsConstructorDescriptionCssLiteralNode(CssLiteralNode node) CssLiteralNode(String value) CssLiteralNode(String value, SourceCodeLocation sourceCodeLocation) -
Method Summary
Methods inherited from class com.google.common.css.compiler.ast.CssValueNode
getIsDefault, getValue, setIsDefault, setValue, toStringMethods 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 Details
-
CssLiteralNode
-
CssLiteralNode
-
CssLiteralNode
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin classCssValueNode
-