Class CssLiteralNode

  • All Implemented Interfaces:
    Locatable
    Direct Known Subclasses:
    CssLoopVariableNode

    public class CssLiteralNode
    extends CssValueNode
    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 Detail

      • CssLiteralNode

        public CssLiteralNode​(java.lang.String value,
                              @Nullable
                              SourceCodeLocation sourceCodeLocation)
      • CssLiteralNode

        public CssLiteralNode​(java.lang.String value)