# Print output for @column tags ?>
AbstractMessageParser.Resources | Interface representing the set of resources needed by a message parser |
Procedure<T> | A procedure. |
AbstractMessageParser | Logic for parsing a text message typed by the user looking for smileys, urls, acronyms,formatting (e.g., '*'s for bold), me commands (e.g., "/me is asleep"), and punctuation. |
AbstractMessageParser.Acronym | Represents an acronym that was found in the input. |
AbstractMessageParser.FlickrPhoto | Represents a link to a Flickr photo or album. |
AbstractMessageParser.Format | Represents a character that changes formatting. |
AbstractMessageParser.Html | Represents a simple string of html text. |
AbstractMessageParser.Link | Represents a link that was found in the input. |
AbstractMessageParser.MusicTrack | Represents a music track token at the beginning. |
AbstractMessageParser.Part | Represents set of tokens that are delivered as a single message. |
AbstractMessageParser.Photo | Represents a link to a Picasa photo or album. |
AbstractMessageParser.Smiley | Represents a smiley that was found in the input. |
AbstractMessageParser.Token | Represents a unit of parsed output. |
AbstractMessageParser.TrieNode | |
AbstractMessageParser.Video | Represents a link to a Google Video. |
AbstractMessageParser.YouTubeVideo | Represents a link to a YouTube video. |
SmileyParser | Parses a text message typed by the user looking for smileys. |
SmileyResources | Resources for smiley parser. |
AbstractMessageParser.Token.Type |