Class StringToken

    • Field Detail

      • spelling

        public String spelling
    • Constructor Detail

      • StringToken

        protected StringToken​(int position,
                              java.util.List<CharToken> spellingTokens)
    • Method Detail

      • getChars

        public java.util.List<CharToken> getChars()
      • toString

        public String toString()
        Description copied from class: Token
        Returns the token in a readable format which can be used in error messages.
        Specified by:
        toString in class Token