Class TemplateWhitespace


  • @Data
    public class TemplateWhitespace
    extends Chunk
    • Constructor Summary

      Constructors 
      Constructor Description
      TemplateWhitespace​(java.lang.CharSequence text)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TemplateWhitespace

        public TemplateWhitespace​(java.lang.CharSequence text)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Chunk
      • hashCode

        @Pure
        public int hashCode()
        Overrides:
        hashCode in class Chunk
      • equals

        @Pure
        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class Chunk