Class CssRefinerNode

    • Field Detail

      • refinerName

        protected final java.lang.String refinerName
        Name of the refiner.
    • Method Detail

      • getRefinerName

        public java.lang.String getRefinerName()
      • getPrefix

        public java.lang.String getPrefix()
      • getSuffix

        public java.lang.String getSuffix()
      • toString

        public java.lang.String toString()
        Description copied from class: CssNode
        This is the default implementation of toString().

        Overriding this method should only be done for debugging or logging purposes, not for the actual functionality of the compiler. If a string representation of a tree is needed, define a Visitor that builds the desired representation.

        Overrides:
        toString in class CssNode
        See Also:
        Object.toString()