Class WordParser

    • Constructor Summary

      Constructors 
      Constructor Description
      WordParser​(java.lang.CharSequence input)
      Construct.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getWord()
      Gets the word including the optional whitespace surrounding the word.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WordParser

        public WordParser​(java.lang.CharSequence input)
        Construct.
        Parameters:
        input - to parse
    • Method Detail

      • getWord

        public java.lang.String getWord()
        Gets the word including the optional whitespace surrounding the word.
        Returns:
        the word surrounded by whitespace