Message Splitter Tokenizer
MessageSplitterTokenizer breaks a message name into a sequence of token strings.
Author
Mark van Gulik
Todd L Smith
Parameters
message Name
An Avail string specifying the keywords and arguments of some message being defined.
Throws
If the message name is malformed.Content copied to clipboard
Constructors
Link copied to clipboard
Construct a new MessageSplitter, parsing the provided message into token strings and generating parsing for parsing occurrences of this message.
Types
Functions
Link copied to clipboard
Answer the message parts that this tokenizer has produced, but mapped to canonical values to minimize the cost of storage and indirections.
Link copied to clipboard
Access the (read-only) array of one-based positions of tokens in the original string.
Properties
Link copied to clipboard
The A_String to be parsed into message token strings.