Interface TypeAttribute

    • Method Detail

      • type

        String type()
        Returns this Token's lexical type. Defaults to "word".
      • setType

        void setType​(String type)
        Set the lexical type.
        See Also:
        type()