Class SimpleKeywordToken

All Implemented Interfaces:
Serializable

@AvailableSince("0.0.37") public class SimpleKeywordToken extends KeywordToken
A simple keyword token that represents a keyword
See Also:
  • Constructor Details

    • SimpleKeywordToken

      public SimpleKeywordToken(int from, int to, String text)
      Create a new keyword token
      Parameters:
      from - starting index
      to - ending index
      text - the entire text of command
  • Method Details