Class SemanticText


  • @Data
    public class SemanticText
    extends Chunk
    • Constructor Summary

      Constructors 
      Constructor Description
      SemanticText​(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

      • SemanticText

        public SemanticText​(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